diff --git a/README.md b/README.md index 3ecd60c9d..6e9fc6642 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,8 @@ This project maintains its roadmap with [issues](https://github.com/otto-de/edis **2.6.x**: Edison Microservices for Spring Boot 2.6.x ✔ - Compatible with Java 11 and greater +**2.7.x**: Edison Microservices for Spring Boot 2.7.x ✔ - Compatible with Java 11 and greater + ## Migration from Edison 1.x to Edison 2 diff --git a/build.gradle b/build.gradle index 8561147ef..4fa81c102 100644 --- a/build.gradle +++ b/build.gradle @@ -25,7 +25,7 @@ plugins { // 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.7.0-SNAPSHOT" +def edison_version = "2.7.0" // // //