From cd1e3380366dfdb2ccd745fd24d0445d36f42806 Mon Sep 17 00:00:00 2001 From: Luca Frosini Date: Tue, 4 Aug 2020 10:46:37 +0200 Subject: [PATCH] Switched changelog to the new format --- CHANGELOG.md | 33 +++++++++++++++++++++++++++++++++ changelog.xml | 22 ---------------------- 2 files changed, 33 insertions(+), 22 deletions(-) create mode 100644 CHANGELOG.md delete mode 100644 changelog.xml diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..4af2a4e --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,33 @@ +This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +# Changelog for ?????????????? + +## [v2.0.0] [r5.0.0] - + +- Switched JSON management to gcube-jackson [#19116] +- Switched smart-executor JSON management to gcube-jackson [#19647] +- Refactored code to support IS Model reorganization (e.g naming, packages) +- Refactored code to support renaming of Embedded class to Property [#13274] +- Starting to use the new Encrypted property type [#12812] + + +## [v1.3.0] [r4.13.0] - 2018-11-20 + +- Using resource-registry 2.0.0 APIs [#11949] + + +## [v1.2.0] [r4.9.0] - 2017-12-20 + +- Creating uber-jar instead of jar-with-dependencies and using new make-servicearchive directive [#10159] +- Using new APIs signature [#10318] + + +## [v1.1.0] [r4.6.0] - 2017-07-25 + +- Removed List and Set usage as workaround for OrientDB bug [#9021] + + +## [v1.0.0] [r4.5.0] - 2017-06-07 + +- First Release [#7666] + diff --git a/changelog.xml b/changelog.xml deleted file mode 100644 index f20b837..0000000 --- a/changelog.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - Refactored code to support IS Model reorganization (e.g naming, packages) - Refactored code to support renaming of Embedded class to Property #13274 - Starting to use the new Encrypted property type #12812 - - - Using resource-regsitry v2 apis #11949 - - - Creating uber-jar instead of jar-with-dependencies and using new make-servicearchive directive #10159 - Using new APIs signature #10318 - - - Removed List and Set usage as workaround fo OrientDB bug #9021 - - - First Release - - \ No newline at end of file