diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index dcf74ec32263331e1b8621ae5fc40114802f44b3..72c66b770cf268059e7cbc22eb6a48e51f9900cc 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -20,7 +20,12 @@
     <title>Rugged Changes</title>
   </properties>
   <body>
-     <release version="2.2-SNAPSHOT" date="TBD" description="TBD">
+     <release version="2.2" date="TBD" description="This is a minor release.
+     It adds access to algorithm identifier, 
+     corrects an Earth constant for model IERS96, 
+     improves documentationand fixes a few bugs.
+     Automatic building, release and code analysis are available with Gitlab CI.
+     This version depends on Orekit 10.2 and Hipparchus 1.7.">
       <action dev="guylaine" type="update" issue="383">
         Updated dependencies to Orekit 10.2 (and Hipparchus 1.7).
       </action>
@@ -31,21 +36,12 @@
       <action dev="luc" type="fix" issue="386">
         Fix a unit test due to CI specificity.
       </action>
-      <action dev="guylaine" type="update">
-        Update building explanations in static site and remove redundant BUILDING.txt.
-      </action>
       <action dev="guylaine" type="update"  issue="381">
         Give access to algorithm identifier (DUVENHAGE,
         CONSTANT_ELEVATION_OVER_ELLIPSOID, ...) with the new method getAlgorithmId().
       </action>
       <action dev="guylaine" type="update"  issue="385">
         Use the new Derivative&lt;T&gt; interface from Hipparchus.
-      </action>
-      <action dev="guylaine" type="update">
-        Update deprecated method of Orekit DataProvidersManager class.
-      </action>
-       <action dev="guylaine" type="update" issue="382">
-        Remove explicit dependency to Hipparchus library.
       </action>
        <action dev="guylaine" type="fix" issue="379">
         Correct erroneous Earth flattening for model IERS96 in RuggedBuilder.
@@ -53,6 +49,15 @@
       <action dev="guylaine" type="update" issue="378">
         Replace in RuggedBuilder hard-coded constants by Orekit Earth constants.
       </action>
+      <action dev="guylaine" type="update">
+        Update building explanations in static site and remove redundant BUILDING.txt.
+      </action>
+      <action dev="guylaine" type="update">
+        Update deprecated method of Orekit DataProvidersManager class.
+      </action>
+      <action dev="guylaine" type="update" issue="382">
+        Remove explicit dependency to Hipparchus library.
+      </action>
       <action dev="guylaine" type="add">
         Add package-info documentation.
       </action>