From 19f1614a150aa9225eef2f81c04b90fa1c7f241b Mon Sep 17 00:00:00 2001 From: "luca.frosini" Date: Wed, 13 Sep 2023 11:46:14 +0200 Subject: [PATCH] Enhanced version to support new feature --- CHANGELOG.md | 6 ++++++ pom.xml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ce78ab6..172403d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm # Changelog for Resource Registry API +# [v5.1.0-SNAPSHOT] + +- Added query parameters to paginate result of queries [#24648] + + ## [v5.0.0] - Migrate code to reorganized E/R format [#24992] @@ -28,6 +33,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm - Added ContextCache utilities - Added support to provide APIs to get the list of instance contexts [#20012] [#20013] + ## [v4.0.0] [r4.26.0] - 2020-11-11 - Switched JSON management to gcube-jackson [#19116] diff --git a/pom.xml b/pom.xml index b57ef3e..811cd41 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ org.gcube.information-system resource-registry-api - 5.0.0 + 5.1.0-SNAPSHOT Resource Registry API Resource Registry API is a library containing classes shared across resource-registry-* components