diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..26adf95 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,35 @@ +# Changelog + +All notable changes to this project will be documented in this file. +This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + + +## [v2.0.0-SNAPSHOT] [r5.0.0] - + +- [#] Fixed distro files and pom according to new release procedure + + +## [v1.3.0] [r4.11.0] - 2018-04-12 + +- [#11232] Added Regex rule support with reload functionalities + + +## [v1.2.0] [r4.10.0] - 2018-02-15 + +- [#10810] Reorganize URLs to be REST compliant + + +## [v1.1.0] [r4.7.0] - 2017-10-09 + +- [#9032] Complete Refactor of Service #9032 + +- [#9033] [#9036] Record List is unmarshalled as JSON using jackson + +- [#9034] Always posting a List of Record even when we have to post a single one + + + +## [v1.0.0] [r4.5.0] - 2017-06-07 + +- First Release + diff --git a/changelog.xml b/changelog.xml deleted file mode 100644 index f3ed104..0000000 --- a/changelog.xml +++ /dev/null @@ -1,21 +0,0 @@ - - - - - Fixed distro files and pom according to new release procedure - - - Added Regex rule support with reload functionalities #11232 - - - Reorganize URLs to be REST compliant #10810 - - - Complete Refactor of Service #9032 - Always posting a List of Record even when we have to post a single one #9034 - Record List is unmarshalled as JSON using jackson #9036 #9033 - - - First Release - -