From 808f7ea7d22d9a5a15023bbf4223a32061afe9ff Mon Sep 17 00:00:00 2001 From: Giancarlo Panichi Date: Wed, 10 Jun 2020 15:31:36 +0200 Subject: [PATCH] Renamed CHANGELOG.md --- CHANGELOG.md | 36 ++++++++++++++++++++++++++++++++++++ changelog.md | 44 -------------------------------------------- changelog.xml | 6 +++--- 3 files changed, 39 insertions(+), 47 deletions(-) create mode 100644 CHANGELOG.md delete mode 100644 changelog.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..8a0eeae --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,36 @@ +# 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). + + +## [v1.1.5] [r4.24.0] - 2020-06-05 + +### Fixes + +- Updated ExecuteResponseBuilder for support protocol option [#19129] +- Updated to Git and Jenkins [#18120] + + + +## [v1.1.3] - 2018-12-13 + +### Features + +- Added https support [#13024] + + + +## [v1.1.0] - 2017-09-24 + +### Features + +- Dynamic adding, removing and updating of algorithms added +- Moved to SocialNetworkingService 2.0 + + + +## [v1.0.0] - 2017-09-01 + +- First Release + diff --git a/changelog.md b/changelog.md deleted file mode 100644 index 042bc13..0000000 --- a/changelog.md +++ /dev/null @@ -1,44 +0,0 @@ -# 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). - - -## [v1-1-5] [r4.24.0] - 2020-06-05 - -### Changed - -**Fixes** - -[#19129] Updated ExecuteResponseBuilder for support protocol option - -[#18120] Updated to Git and Jenkins - - - -## [v1-1-3] - 2018-12-13 - -### Added - -**Features** - -Added https support [ticket #13024] - - - -## [v1-1-0] - 2017-09-24 - -### Added - -**Features** - -Dynamic adding, removing and updating of algorithms added - -Moved to SocialNetworkingService 2.0 - - - -## [v1-0-0] - 2017-09-01 - -First Release - diff --git a/changelog.xml b/changelog.xml index 5f09118..69d08f2 100644 --- a/changelog.xml +++ b/changelog.xml @@ -1,12 +1,12 @@ - [#19129] Updated ExecuteResponseBuilder for support protocol option - [#18120] Updated to Git and Jenkins + Updated ExecuteResponseBuilder for support protocol option [#19129] + Updated to Git and Jenkins [#18120] - Added https support [ticket #13024] + Added https support [#13024]