diff --git a/CHANGELOG.md b/CHANGELOG.md index dae756d..ce398af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm # Changelog for gCube Bom +## [v2.1.0-SNAPSHOT] + +- Enhanced gcube-model version range +- Enhanced information-system-model version range +- Added json-simple library version 1.1.1 [#21692] +- Added authorization-utils [#22550][#22871] +- Added storagehub dependencies in range 2,3 [#22730] [#22872] + ## [v2.0.2] - Added storagehub dependecies in range 1,2 [22925] diff --git a/pom.xml b/pom.xml index a70cab7..202c39d 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ org.gcube.distribution gcube-bom - 2.0.2 + 2.1.0-SNAPSHOT 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)