Switched changelog to the new format

This commit is contained in:
Luca Frosini 2020-08-04 15:40:54 +02:00
parent 80a227ecd6
commit 7de748deac
2 changed files with 26 additions and 15 deletions

26
CHANGELOG.md Normal file
View File

@ -0,0 +1,26 @@
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
# Changelog for Resource Registry Schema Client
## [v4.0.0-SNAPSHOT] [r5.0.0] -
- Switched JSON management to gcube-jackson [#19116]
## [v3.0.0] [r4.21.0] - 2020-03-30
- Refactored code to support IS Model reorganization (e.g naming, packages)
- Using gxREST in place of custom class of resource-registry-api [#11455]
- Refactored code to support renaming of Embedded class to Property [#13274]
## [v2.0.0] [r4.13.0] - 2018-11-20
- Using new resource-registry REST interface [#11904]
## [v1.0.0] [r4.10.0] - 2018-02-15
- First Release [#10248]

View File

@ -1,15 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE xml>
<ReleaseNotes>
<Changeset component="org.gcube.information-system.resource-registry-schema-client.3-0-0" date="${buildDate}">
<Change>Refactored code to support IS Model reorganization (e.g naming, packages)</Change>
<Change>Using gxREST in place of custom class of resource-regsitry-api #11455</Change>
<Change>Refactored code to support renaming of Embedded class to Property #13274</Change>
</Changeset>
<Changeset component="org.gcube.information-system.resource-registry-schema-client.2-0-0" date="2018-11-20">
<Change>Using new resource-registry REST interface #11904</Change>
</Changeset>
<Changeset component="org.gcube.information-system.resource-registry-schema-client.1-0-0" date="2017-02-15">
<Change>First Release</Change>
</Changeset>
</ReleaseNotes>