Skip to content

Commit

Permalink
Release 0.33.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MediaMarco committed Aug 19, 2024
1 parent 9d8e3d1 commit c35797a
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

# 0.33.0
* Update to Spring Boot 3.3.2 and Edison 3.3.0
* Dependency updates

# 0.32.1
* Fix warnings that the bean post processors are declared through a non-static factory method

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ plugins {
id("io.github.gradle-nexus.publish-plugin") version "2.0.0"
}

version = '0.32.2-SNAPSHOT'
version = '0.33.0'
group = 'de.otto.synapse'

ext {
Expand Down

0 comments on commit c35797a

Please sign in to comment.