diff --git a/CHANGELOG.md b/CHANGELOG.md index e31120e..96575b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [v1.2.2-SNAPSHOT] - 2024-07-29 +## [v1.2.2] - 2024-09-17 - [#27898] Updated `uploadFile` and `uploadArchive` methods. They include the `fileSize` parameter required by SHUB.2.X - [#28026] Moved to `maven-portal-bom 4.0.0{-SNAPSHOT}` diff --git a/pom.xml b/pom.xml index 98b9b32..c47ae51 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ org.gcube.common storagehub-client-wrapper - 1.2.2-SNAPSHOT + 1.2.2 storagehub-client-wrapper This is a wrapper of storagehub-client library. It allows to interact with storagehub in a simplified way by exposing several utilities. Moreover, It exposes by another inteface java beans as defined in (the old) HL interfaces