Skip to content

Commit

Permalink
Release 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MediaMarco committed Aug 15, 2024
1 parent 6dc07b3 commit f3156ed
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# Release Notes

## 3.3.0
* **[all]
* Upgrade to Spring Boot 3.3.2
* Dependency Updates

## 3.2.3
* **[edison-mongo]
* Downgrade mongodb version to 4.11.2 because this is the version still used by spring boot 3.2.5
Expand Down
3 changes: 3 additions & 0 deletions MAINTAINERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Guido Steinacker <[email protected]>
Marco Geweke <[email protected]>
Frank Bregulla <[email protected]>
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ This project maintains its roadmap with [issues](https://github.com/otto-de/edis

**3.2.x**: Edison Microservices for Spring Boot 3.2.x &#10004; - Compatible with Java 17 and greater

**3.3.x**: Edison Microservices for Spring Boot 3.3.x &#10004; - Compatible with Java 17 and greater

## Migration from Edison 2 to Edison 3

In edison-ldap, whitelisted-paths was replaced with allowlisted-paths.
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ plugins {
//
// Add a GitHub release for every new release: https://github.com/otto-de/edison-microservice/releases
// Publish artifacts to sonatype by executing the release.sh script. Don't publish packages to github.
def edison_version = "3.2.4-SNAPSHOT"
def edison_version = "3.3.0"
//
//
//
Expand Down

0 comments on commit f3156ed

Please sign in to comment.