diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d8b74a..07f9ff1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ 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.4.0] - [2021-10-07] + +- slow query removed from VRE retrieving and recents + +## [v1.3.1] - [2021-09-08] + +- solved bug on attachment rights + ## [v1.3.1] - [2021-09-08] - solved bug on attachment rights diff --git a/pom.xml b/pom.xml index 5426716..68a2162 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ 4.0.0 org.gcube.data.access storagehub - 1.3.2-SNAPSHOT + 1.4.0-SNAPSHOT storagehub @@ -300,13 +300,13 @@ org.gcube.contentmanagement storage-manager-core - [2.0.0,3.0.0-SNAPSHOT) + [3.0.0-SNAPSHOT,4.0.0-SNAPSHOT) org.gcube.contentmanagement storage-manager-wrapper - [2.0.0,3.0.0-SNAPSHOT) + [3.0.0-SNAPSHOT,4.0.0-SNAPSHOT)