diff --git a/CHANGES.md b/CHANGES.md
index dab28f6bf3..f83d202cd0 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -3,7 +3,20 @@ Choco Solver ChangeLog
This file is dedicated to sum up the new features added and bugs fixed in Choco-solver since the version, 4.0.0.
**Note**: double-space is replaced by "\t" character on release process. Make sure the format is ok.
-
+
+NEXT MILESTONE
+-------------------
+
+### Major features:
+
+### Deprecated API (to be removed in next release):
+
+### Other closed issues and pull requests:
+See [milestone 4.10.11](https://github.com/chocoteam/choco-solver/milestone/xx)
+
+#### Contributors to this release:
+
+
4.10.10 - 11 Oct 2022
-------------------
diff --git a/examples/pom.xml b/examples/pom.xml
index 87a80a7475..814af0b93f 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -17,7 +17,7 @@
org.choco-solver
choco
- 4.10.10
+ 4.10.11-SNAPSHOT
examples
jar
diff --git a/parsers/pom.xml b/parsers/pom.xml
index 4e10ad12f2..010d0a12e0 100644
--- a/parsers/pom.xml
+++ b/parsers/pom.xml
@@ -17,7 +17,7 @@
org.choco-solver
choco
- 4.10.10
+ 4.10.11-SNAPSHOT
choco-parsers
jar
diff --git a/pom.xml b/pom.xml
index d891c18aa1..832a4133a9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -15,7 +15,7 @@
4.0.0
org.choco-solver
choco
- 4.10.10
+ 4.10.11-SNAPSHOT
pom
choco
http://choco-solver.org/
diff --git a/solver/pom.xml b/solver/pom.xml
index 5904c3be50..e24992a49d 100644
--- a/solver/pom.xml
+++ b/solver/pom.xml
@@ -17,7 +17,7 @@
org.choco-solver
choco
- 4.10.10
+ 4.10.11-SNAPSHOT
choco-solver
jar