Fixed changelog

This commit is contained in:
Luca Frosini 2023-05-03 16:02:06 +02:00
parent a3c0f725c6
commit 1a621dc3da
2 changed files with 8 additions and 1 deletions

View File

@ -2,6 +2,13 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
# Changelog for Resource Registry Service
## [v4.3.0-SNAPSHOT]
- Migrate code to reorganized E/R format [#24992]
- Metadata are added only if requested by the client [#25040]
- Restored Encrypted Property Type and removed Vault [#25041]
## [v4.2.0]
- Fixed bug on JSONQuery for Facets which does not have any properties to match [#24237]

View File

@ -10,7 +10,7 @@
<groupId>org.gcube.information-system</groupId>
<artifactId>resource-registry</artifactId>
<version>4.2.0</version>
<version>4.3.0-SNAPSHOT</version>
<name>Resource Registry Service</name>
<description>The Resource Registry is a web-service which represent the core component of the gCube Information System</description>
<packaging>war</packaging>