diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..9c34b45 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,32 @@ +This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +# Changelog for Resource Registry Handlers + + +## [v4.0.0-SNAPSHOT] [r5.0.0] - + +- Switched JSON management to gcube-jackson [#19116] + + +## [v1.3.0] [r4.21.0] - 2020-03-30 + +- Refactored code to support IS Model reorganization (e.g naming, packages) +- Fixed import due to gcube model refactoring +- Refactored code to support renaming of Embedded class to Property [#13274] + + +## [v1.2.0] [r4.13.0] - 2018-11-20 + +- Using resource-registry v2 APIs [#11950] + + +## [v1.1.0] [r4.9.0] - 2017-12-20 + +- Creating uber-jar instead of jar-with-dependencies and using new make-servicearchive directive [#10166] +- Using new APIs signature [#10318] + + +## [v1.0.0] [r4.6.0] - 2017-07-25 + +- First Release + diff --git a/changelog.xml b/changelog.xml deleted file mode 100644 index 5bf0d7b..0000000 --- a/changelog.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - - - Refactored code to support IS Model reorganization (e.g naming, packages) - Fixed import due to gcube model refactoring - Refactored code to support renaming of Embedded class to Property #13274 - - - Using resource-regsitry v2 apis #11950 - - - Creating uber-jar instead of jar-with-dependencies and using new make-servicearchive directive #10166 - Using new APIs signature #10318 - - - First Release - - \ No newline at end of file