Skip to content

Commit

Permalink
Release version 0.21.2 with latest awssdk as advised by AWS
Browse files Browse the repository at this point in the history
  • Loading branch information
janschawo1111 committed Feb 4, 2020
1 parent f90cbe5 commit 314f440
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
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.21.2
* Latest AWS SDK 2.10.56 as advised by AWS due to bugfixes

## 0.21.1
* Introduces FixedChannelHealthIndicator to measure health of asynchronously added eventsources

Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ buildscript {
}

ext {
awsSdkVersion = "2.10.4"
awsSdkVersion = "2.10.56"
springVersion = "5.2.0.RELEASE"
springBootVersion = "2.2.0.RELEASE"
edisonVersion = "2.2.0"
Expand Down Expand Up @@ -52,7 +52,7 @@ subprojects {

compileJava.dependsOn(processResources)

version = '0.21.1'
version = '0.21.2'
group = 'de.otto.synapse'

repositories {
Expand Down

0 comments on commit 314f440

Please sign in to comment.