diff --git a/CHANGELOG.md b/CHANGELOG.md
index 617066f..3673563 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,9 +2,18 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
# Changelog for gCube Bom
+## [v2.1.0]
+
+- Enhanced gcube-model version range
+- Enhanced information-system-model version range
+- Added json-simple library version 1.1.1 [#21692]
+- Added storagehub dependencies in range 2,3 [#22730] [#22872]
+- Removed authorization-utils
+
## [v2.0.2]
- Added storagehub dependecies in range 1,2 [#22925]
+- Added authorization-utils [#22550][#22871]
## [v2.0.1] [r5.0.0] - 2021-02-24
diff --git a/pom.xml b/pom.xml
index a70cab7..1473423 100644
--- a/pom.xml
+++ b/pom.xml
@@ -9,7 +9,7 @@
org.gcube.distribution
gcube-bom
- 2.0.2
+ 2.1.0
pom
gCube BOM
gCube Bom contains commons gCube library versions to avoid version conflicts among gCube components
@@ -91,12 +91,12 @@
org.gcube.common
storagehub-model
- [1.0.0, 2.0.0-SNAPSHOT)
+ [2.0.0-SNAPSHOT, 3.0.0-SNAPSHOT)
org.gcube.common
storagehub-client-library
- [1.0.0, 2.0.0-SNAPSHOT)
+ [2.0.0-SNAPSHOT, 3.0.0-SNAPSHOT)
@@ -182,11 +182,6 @@
common-authorization
[2.0.0,3.0.0-SNAPSHOT)
-
- org.gcube.common
- authorization-utils
- [2.0.0-SNAPSHOT,3.0.0-SNAPSHOT)
-