diff --git a/CHANGELOG.md b/CHANGELOG.md
index a83aaba..6b3b46b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,9 +2,14 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
# Changelog for Resource Registry Service
-## [v4.0.1-SNAPSHOT]
+## [v4.1.0-SNAPSHOT]
- Prepared Query has been fixed to properly consider polymorphic parameter and provided constraint [#20298]
+- Added type update but the API is not exposed via REST [#20316]
+- Generalised the definition of the type of a property [#20516]
+- Add/Remove to/from Context return the list of affected instances and not just success or failure code [#20319]
+- Added the possibility to have a dry run Add/Remove to/from Context [#20530]
+
## [v4.0.0]
diff --git a/pom.xml b/pom.xml
index 0a0a94e..99c2b8a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -10,7 +10,7 @@
org.gcube.information-system
resource-registry
- 4.0.1-SNAPSHOT
+ 4.1.0-SNAPSHOT
Resource Registry Service
The Resource Registry is a web-service which represent the core component of the gCube Information System
war