Skip to content

Commit

Permalink
Release 0.24.0
Browse files Browse the repository at this point in the history
Co-authored-by: Marco Geweke <[email protected]>
  • Loading branch information
MediaMarco committed Mar 24, 2022
1 parent c07d214 commit 9e9d95e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Release Notes

# 0.24.0
*all*
Dependency updates

*synapse-kafka*
* Kafka support was dropped

# 0.23.8
*synapase-kinesis*
* Bugfix NullCheck for response.failedRecordCount() in KinesisMessageSender
Expand All @@ -21,7 +28,7 @@
* Update to Edison Microservice 2.5.0 (with Spring Boot 2.5.0)

## 0.23.4
/Globalstrahlung:<br \/>(-?\d+\.\d+)/
*all*
* Update to edison-microservice 2.4.7

## 0.23.3
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.23.8'
version = '0.24.0'
group = 'de.otto.synapse'

repositories {
Expand Down

0 comments on commit 9e9d95e

Please sign in to comment.