Skip to content

Commit

Permalink
Release 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MediaMarco committed Nov 29, 2021
1 parent aab415f commit b12f6c4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
//
//
//
Expand Down

0 comments on commit b12f6c4

Please sign in to comment.