From ebef365b9c1c47b3021c4352d90a996418174d15 Mon Sep 17 00:00:00 2001 From: Luca Frosini Date: Thu, 20 Oct 2022 11:38:36 +0200 Subject: [PATCH] Upgraded version --- CHANGELOG.md | 5 +++++ pom.xml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3cefb52..1889d5a 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 gCube Catalogue (gCat) API +## [v2.3.1-SNAPSHOT] + +- Added Item Author as system:cm_ metadata to keep track of item author + + ## [v2.3.0] - Aligned constants name used as query parameters diff --git a/pom.xml b/pom.xml index 83633e1..dab2b8c 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ org.gcube.data-catalogue gcat-api - 2.3.0 + 2.3.1-SNAPSHOT gCube Catalogue (gCat) API gCube Catalogue (gCat) API is a library containing classes shared across gcat* components