Enhanced the major version and detailed changes in CHANGELOG
This commit is contained in:
parent
58d7aa93c3
commit
b0a1950914
|
@ -2,9 +2,14 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
|
||||||
|
|
||||||
# Changelog for Resource Registry Service
|
# 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]
|
- 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]
|
## [v4.0.0]
|
||||||
|
|
||||||
|
|
2
pom.xml
2
pom.xml
|
@ -10,7 +10,7 @@
|
||||||
|
|
||||||
<groupId>org.gcube.information-system</groupId>
|
<groupId>org.gcube.information-system</groupId>
|
||||||
<artifactId>resource-registry</artifactId>
|
<artifactId>resource-registry</artifactId>
|
||||||
<version>4.0.1-SNAPSHOT</version>
|
<version>4.1.0-SNAPSHOT</version>
|
||||||
<name>Resource Registry Service</name>
|
<name>Resource Registry Service</name>
|
||||||
<description>The Resource Registry is a web-service which represent the core component of the gCube Information System</description>
|
<description>The Resource Registry is a web-service which represent the core component of the gCube Information System</description>
|
||||||
<packaging>war</packaging>
|
<packaging>war</packaging>
|
||||||
|
|
Loading…
Reference in New Issue