Skip to content

Commit

Permalink
Release 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MediaMarco committed Jun 9, 2021
1 parent d69a9af commit e0b4971
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release Notes

## 2.5.0
* **[edison-core]**
* Update to Spring Boot 2.5.0 and Spring 5.3.8

## 2.4.7
* **[edison-mongo]** add writeConcern to MongoProperties
* **[edison-togglz]** change ConditionalOnBean(MongoClient) to ConditionalOnClass(MongoClient) for MongoTogglzConfiguration
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.4.8-SNAPSHOT"
def edison_version = "2.5.0"
//
//
//
Expand Down

0 comments on commit e0b4971

Please sign in to comment.