From 47e22db80b25167f1a4f03602be9b416edd539ee Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 11 Nov 2023 22:21:19 -0800 Subject: [PATCH] release: Amplify Android 2.14.5 (#2635) Co-authored-by: amplify-android-dev+ghops Co-authored-by: Thomas Leing --- CHANGELOG.md | 7 +++++++ README.md | 16 ++++++++-------- gradle.properties | 2 +- rxbindings/README.md | 2 +- 4 files changed, 17 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b45bf820c..91ef58c481 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [Release 2.14.5](https://github.com/aws-amplify/amplify-android/releases/tag/release_v2.14.5) + +### Bug Fixes +- **liveness:** correct websocket retry logic ([#2634](https://github.com/aws-amplify/amplify-android/issues/2634)) + +[See all changes between 2.14.4 and 2.14.5](https://github.com/aws-amplify/amplify-android/compare/release_v2.14.4...release_v2.14.5) + ## [Release 2.14.4](https://github.com/aws-amplify/amplify-android/releases/tag/release_v2.14.4) ### Bug Fixes diff --git a/README.md b/README.md index ddac623f5f..ab1940de84 100644 --- a/README.md +++ b/README.md @@ -71,14 +71,14 @@ dependencies section: ```groovy dependencies { // Only specify modules that provide functionality your app will use - implementation 'com.amplifyframework:aws-analytics-pinpoint:2.14.4' - implementation 'com.amplifyframework:aws-api:2.14.4' - implementation 'com.amplifyframework:aws-auth-cognito:2.14.4' - implementation 'com.amplifyframework:aws-datastore:2.14.4' - implementation 'com.amplifyframework:aws-predictions:2.14.4' - implementation 'com.amplifyframework:aws-storage-s3:2.14.4' - implementation 'com.amplifyframework:aws-geo-location:2.14.4' - implementation 'com.amplifyframework:aws-push-notifications-pinpoint:2.14.4' + implementation 'com.amplifyframework:aws-analytics-pinpoint:2.14.5' + implementation 'com.amplifyframework:aws-api:2.14.5' + implementation 'com.amplifyframework:aws-auth-cognito:2.14.5' + implementation 'com.amplifyframework:aws-datastore:2.14.5' + implementation 'com.amplifyframework:aws-predictions:2.14.5' + implementation 'com.amplifyframework:aws-storage-s3:2.14.5' + implementation 'com.amplifyframework:aws-geo-location:2.14.5' + implementation 'com.amplifyframework:aws-push-notifications-pinpoint:2.14.5' } ``` diff --git a/gradle.properties b/gradle.properties index 99c41557e0..5a55b96f9f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -12,7 +12,7 @@ org.gradle.jvmargs=-Xmx4g # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects org.gradle.parallel=true -VERSION_NAME=2.14.4 +VERSION_NAME=2.14.5 POM_GROUP=com.amplifyframework POM_URL=https://github.com/aws-amplify/amplify-android diff --git a/rxbindings/README.md b/rxbindings/README.md index c23663373a..8ebbdbb02e 100644 --- a/rxbindings/README.md +++ b/rxbindings/README.md @@ -24,7 +24,7 @@ library. In your module's `build.gradle`: ```gradle dependencies { // Add this line. - implementation 'com.amplifyframework:rxbindings:2.14.4' + implementation 'com.amplifyframework:rxbindings:2.14.5' } ```