Enhanced the major version and detailed changes in CHANGELOG

This commit is contained in:
Luca Frosini 2021-01-28 22:57:31 +01:00
parent 58d7aa93c3
commit b0a1950914
2 changed files with 7 additions and 2 deletions

View File

@ -2,9 +2,14 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
# Changelog for Resource Registry Service
## [v4.0.1-SNAPSHOT]
## [v4.1.0-SNAPSHOT]
- Prepared Query has been fixed to properly consider polymorphic parameter and provided constraint [#20298]
- Added type update but the API is not exposed via REST [#20316]
- Generalised the definition of the type of a property [#20516]
- Add/Remove to/from Context return the list of affected instances and not just success or failure code [#20319]
- Added the possibility to have a dry run Add/Remove to/from Context [#20530]
## [v4.0.0]

View File

@ -10,7 +10,7 @@
<groupId>org.gcube.information-system</groupId>
<artifactId>resource-registry</artifactId>
<version>4.0.1-SNAPSHOT</version>
<version>4.1.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>