diff --git a/CHANGELOG.md b/CHANGELOG.md index 608c455a..170f99b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/build.gradle b/build.gradle index de14768f..26f88c51 100644 --- a/build.gradle +++ b/build.gradle @@ -64,7 +64,7 @@ subprojects { compileJava.dependsOn(processResources) - version = '0.25.2-SNAPSHOT' + version = '0.25.2' group = 'de.otto.synapse' repositories {