Fixed changelog
This commit is contained in:
parent
a3c0f725c6
commit
1a621dc3da
|
@ -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]
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue