From 64a40a391e8921bda2f7600d3988db0b3df37e21 Mon Sep 17 00:00:00 2001 From: Massimiliano Assante Date: Thu, 8 Oct 2020 10:02:03 +0200 Subject: [PATCH] added changelog md --- CHANGELOG.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..1d4d919 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,26 @@ +# Changelog + +## [v1.2.1-SNAPSHOT] - 2020-10-08 + +### Features + +- removec jackson depenedency + +## [v1.2.0] - 2019-09-16 + +### Features + +- Feature #17265, oAuth2 service with capability to be deployed on a multi instance cluster + +## [v1.1.0] - 2019-03-21 + +### Features + +- oauth2 fully compatible reading client_id and client_secret from Basic authorization + +## [v1.0.0] - 2017-01-31 + +First release + + +This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). \ No newline at end of file