From b12f6c4351adbcce5783ed5606c97bebc860110c Mon Sep 17 00:00:00 2001 From: MediaMarco Date: Mon, 29 Nov 2021 15:14:20 +0100 Subject: [PATCH] Release 2.6.0 --- CHANGELOG.md | 8 ++++++++ README.md | 2 ++ build.gradle | 2 +- 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1060216d9..2dc1220f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Release Notes +## 2.6.0 +* **[all]** + * Update to Spring Boot 2.6.0 + + +* **[edison-oauth]** + * REMOVAL: Edison Oauth was based on some deprecated Spring Security parts and was not building any more with the latest versions. Because it was not maintained for some while, the module was removed from Edison Microservice. + ## 2.5.5 * **[all]** * Update to Spring Boot 2.5.6 diff --git a/README.md b/README.md index 246012e2c..9de55d1d0 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,8 @@ This project maintains its roadmap with [issues](https://github.com/otto-de/edis **2.5.x**: Edison Microservices for Spring Boot 2.5.x ✔ - Compatible with Java 11 and greater +**2.6.x**: Edison Microservices for Spring Boot 2.6.x ✔ - Compatible with Java 11 and greater + ## Migration from Edison 1.x to Edison 2 diff --git a/build.gradle b/build.gradle index ccbf9cb46..972f75c3b 100644 --- a/build.gradle +++ b/build.gradle @@ -21,7 +21,7 @@ buildscript { // DO NOT FORGET TO DOCUMENT CHANGES IN CHANGELOG.md // // Add a GitHub release for every new release: https://github.com/otto-de/edison-microservice/releases -def edison_version = "2.5.6-SNAPSHOT" +def edison_version = "2.6.0" // // //