Enhanced version to support new feature
This commit is contained in:
parent
f35c1564b8
commit
19f1614a15
|
@ -2,6 +2,11 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
|
|||
|
||||
# Changelog for Resource Registry API
|
||||
|
||||
# [v5.1.0-SNAPSHOT]
|
||||
|
||||
- Added query parameters to paginate result of queries [#24648]
|
||||
|
||||
|
||||
## [v5.0.0]
|
||||
|
||||
- Migrate code to reorganized E/R format [#24992]
|
||||
|
@ -28,6 +33,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
|
|||
- Added ContextCache utilities
|
||||
- Added support to provide APIs to get the list of instance contexts [#20012] [#20013]
|
||||
|
||||
|
||||
## [v4.0.0] [r4.26.0] - 2020-11-11
|
||||
|
||||
- Switched JSON management to gcube-jackson [#19116]
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -10,7 +10,7 @@
|
|||
|
||||
<groupId>org.gcube.information-system</groupId>
|
||||
<artifactId>resource-registry-api</artifactId>
|
||||
<version>5.0.0</version>
|
||||
<version>5.1.0-SNAPSHOT</version>
|
||||
<name>Resource Registry API</name>
|
||||
<description>Resource Registry API is a library containing classes shared across resource-registry-* components</description>
|
||||
|
||||
|
|
Loading…
Reference in New Issue