diff --git a/CHANGELOG.md b/CHANGELOG.md index c00657d0fb..61955eecd7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## [Release 2.73.0](https://github.com/aws-amplify/aws-sdk-android/releases/tag/release_v2.73.0) + +### Features +- **aws-android-sdk-kms:** update models to latest ([#3349](https://github.com/aws-amplify/aws-sdk-android/issues/3349)) +- **misc:** support for Tel Aviv region launch ([#3372](https://github.com/aws-amplify/aws-sdk-android/issues/3372)) + +### Miscellaneous +- Move inline values to environment variables in workflows ([#3368](https://github.com/aws-amplify/aws-sdk-android/issues/3368)) + +[See all changes between 2.72.0 and 2.73.0](https://github.com/aws-amplify/aws-sdk-android/compare/release_v2.72.0...release_v2.73.0) + ## [Release 2.72.0](https://github.com/aws-amplify/aws-sdk-android/releases/tag/release_v2.72.0) ### Features diff --git a/gradle.properties b/gradle.properties index 806b538666..463d69d5dc 100644 --- a/gradle.properties +++ b/gradle.properties @@ -26,7 +26,7 @@ android.enableJetifier=true GROUP=com.amazonaws -VERSION_NAME=2.72.0 +VERSION_NAME=2.73.0 POM_URL=https://github.com/aws/aws-sdk-android POM_SCM_URL=https://github.com/aws/aws-sdk-android