diff --git a/CHANGELOG.md b/CHANGELOG.md index ec818a1074..d26480869b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## [Release 2.77.0](https://github.com/aws-amplify/aws-sdk-android/releases/tag/release_v2.77.0) + +### Features +- support for ap-southeast-5 ([#3629](https://github.com/aws-amplify/aws-sdk-android/issues/3629)) + +### Miscellaneous +- update rexml ([#3623](https://github.com/aws-amplify/aws-sdk-android/issues/3623)) +- update docs links for gen2 ([#3622](https://github.com/aws-amplify/aws-sdk-android/issues/3622)) +- Update Conscrypt to support 16KB page size ([#3627](https://github.com/aws-amplify/aws-sdk-android/issues/3627)) +- Make exception within UserStateDetails public ([#3628](https://github.com/aws-amplify/aws-sdk-android/issues/3628)) + +[See all changes between 2.76.1 and 2.77.0](https://github.com/aws-amplify/aws-sdk-android/compare/release_v2.76.1...release_v2.77.0) + ## [Release 2.76.1](https://github.com/aws-amplify/aws-sdk-android/releases/tag/release_v2.76.1) ### Miscellaneous diff --git a/gradle.properties b/gradle.properties index 8372c84915..115d3160d3 100644 --- a/gradle.properties +++ b/gradle.properties @@ -25,7 +25,7 @@ android.enableJetifier=true GROUP=com.amazonaws -VERSION_NAME=2.76.1 +VERSION_NAME=2.77.0 POM_URL=https://github.com/aws/aws-sdk-android POM_SCM_URL=https://github.com/aws/aws-sdk-android