Skip to content

Commit

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

# 0.25.2
* Dependency updates

# 0.25.1
*synapse-kinesis*
* Add timeout of 60 seconds to GetRecords call in KinesisShardIterator which acts as workaround for a problem with AWS SDK > 2.17.115 (https://github.com/aws/aws-sdk-java-v2/issues/3335)
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.25.2-SNAPSHOT'
version = '0.25.2'
group = 'de.otto.synapse'

repositories {
Expand Down

0 comments on commit 9ba9b3f

Please sign in to comment.