diff --git a/CHANGES.md b/CHANGES.md
index 704fd19..f6e6283 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -4,10 +4,11 @@
| **Version** | **Changes** | **Readiness** |
|-------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------|
-| 6.1.1 | [Graph model]
- Introduced constants used in the DOIBoost dismission.
| beta |
-| 6.1.0 | [Graph model] - Introduced model classes to provide a JSON representation of records embedding information from the related entities.
| beta |
-| 5.17.3 | [Graph model] - added result level textual field to store the transformative agreement information.
| beta |
-| 4.17.3 | [Graph model] - moved context at the level of the entity.
| beta |
+| 6.1.3 | [Graph model] - Updated Solr JSON payload model classes
| beta |
+| 6.1.1 | [Graph model] - Introduced constants used in the DOIBoost dismission.
| production |
+| 6.1.0 | [Graph model] - Introduced model classes to provide a JSON representation of records embedding information from the related entities.
| production |
+| 5.17.3 | [Graph model] - added result level textual field to store the transformative agreement information.
| production |
+| 4.17.3 | [Graph model] - moved context at the level of the entity.
| production |
| 4.17.2 | [Graph model] - added InstaceTypeMapping field on the instance level.
- new result level fields to support the activities in the Irish tender `isGreen`, `openAccessColor`, `isInDiamondJournal`, `publiclyFunded`
| production |
| 3.17.1 | [Graph model] - added fulltext field on the instance level.
- added extra organization specific PID types
| production |
| 3.16.0 | [Graph model] - added entity level measures.
| production |
diff --git a/src/test/java/eu/dnetlib/dhp/schema/solr/TestJsonSerialization.java b/src/test/java/eu/dnetlib/dhp/schema/solr/TestJsonSerialization.java
index ab10afa..d42ba63 100644
--- a/src/test/java/eu/dnetlib/dhp/schema/solr/TestJsonSerialization.java
+++ b/src/test/java/eu/dnetlib/dhp/schema/solr/TestJsonSerialization.java
@@ -1,11 +1,12 @@
package eu.dnetlib.dhp.schema.solr;
-import com.fasterxml.jackson.databind.ObjectMapper;
-import org.junit.jupiter.api.Test;
+import static org.junit.jupiter.api.Assertions.*;
import java.io.IOException;
-import static org.junit.jupiter.api.Assertions.*;
+import org.junit.jupiter.api.Test;
+
+import com.fasterxml.jackson.databind.ObjectMapper;
public class TestJsonSerialization {