diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3c119a9..4bd548d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,6 +8,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
- Enhanced information-system-model version range
- Added json-simple library version 1.1.1 [#21692]
- Added authorization-utils [#22550]
+- Added storage hub dependencies [#22730]
## [v2.0.1] [r5.0.0] - 2021-02-24
diff --git a/pom.xml b/pom.xml
index 6a6a074..02597d0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -93,6 +93,18 @@
[1.0.0,2.0.0-SNAPSHOT)
+
+ org.gcube.common
+ storagehub-model
+ 2.0.0-SNAPSHOT
+
+
+
+ org.gcube.common
+ storagehub-client-library
+ 2.0.0-SNAPSHOT
+
+