Skip to content

Commit

Permalink
Release 0.25.0
Browse files Browse the repository at this point in the history
Co-authored-by: Marco Geweke <marco.geweke@otto.de>
  • Loading branch information
MediaMarco committed Jul 19, 2022
1 parent 08ca15c commit bd85918
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
# Release Notes

# 0.25.0
* Update to Edison and Spring Boot 2.7.1

# 0.24.3
Dependency updates
* Dependency updates

# 0.24.2
Dependency updates
* Dependency updates

# 0.24.1
change default synapse.aws.region back to "eu-central-1" to prevent breaking change
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ subprojects {

compileJava.dependsOn(processResources)

version = '0.24.3-SNAPSHOT'
version = '0.25.0'
group = 'de.otto.synapse'

repositories {
Expand Down

0 comments on commit bd85918

Please sign in to comment.