diff --git a/CHANGELOG.md b/CHANGELOG.md index d26480869b..1e4987497c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [Release 2.77.1](https://github.com/aws-amplify/aws-sdk-android/releases/tag/release_v2.77.1) + +### Miscellaneous +- update rexml ([#3632](https://github.com/aws-amplify/aws-sdk-android/issues/3632)) +- update License to Apache 2.0 ([#3634](https://github.com/aws-amplify/aws-sdk-android/pull/3634)) + +[See all changes between 2.77.0 and 2.77.1](https://github.com/aws-amplify/aws-sdk-android/compare/release_v2.77.0...release_v2.77.1) + ## [Release 2.77.0](https://github.com/aws-amplify/aws-sdk-android/releases/tag/release_v2.77.0) ### Features diff --git a/gradle.properties b/gradle.properties index 115d3160d3..53cad2fb35 100644 --- a/gradle.properties +++ b/gradle.properties @@ -25,7 +25,7 @@ android.enableJetifier=true GROUP=com.amazonaws -VERSION_NAME=2.77.0 +VERSION_NAME=2.77.1 POM_URL=https://github.com/aws/aws-sdk-android POM_SCM_URL=https://github.com/aws/aws-sdk-android