diff --git a/CHANGELOG.md b/CHANGELOG.md index 331599bb16..fab49e000c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +## [Release 2.65.0](https://github.com/aws-amplify/aws-sdk-android/releases/tag/release_v2.65.0) + +### Features +- **storage:** Add support for dualside encryption even if acceleration is off ([#3220](https://github.com/aws-amplify/aws-sdk-android/issues/3220)) +- **aws-android-sdk-location:** update models to latest ([#3201](https://github.com/aws-amplify/aws-sdk-android/issues/3201)) +- **aws-android-sdk-connect:** update models to latest ([#3205](https://github.com/aws-amplify/aws-sdk-android/issues/3205)) +- **aws-android-sdk-connect:** update models to latest ([#3218](https://github.com/aws-amplify/aws-sdk-android/issues/3218)) +- **aws-android-sdk-lambda:** update models to latest ([#3207](https://github.com/aws-amplify/aws-sdk-android/issues/3207)) +- **aws-android-sdk-transcribe:** update models to latest ([#3214](https://github.com/aws-amplify/aws-sdk-android/issues/3214)) +- **aws-android-sdk-kms:** update models to latest ([#3210](https://github.com/aws-amplify/aws-sdk-android/issues/3210)) +- **aws-android-sdk-iot:** update models to latest ([#3212](https://github.com/aws-amplify/aws-sdk-android/issues/3212)) +- **aws-android-sdk-location:** update models to latest ([#3216](https://github.com/aws-amplify/aws-sdk-android/issues/3216)) + +### Miscellaneous +- remove buildspec files ([#3211](https://github.com/aws-amplify/aws-sdk-android/issues/3211)) + +[See all changes between 2.64.0 and 2.65.0](https://github.com/aws-amplify/aws-sdk-android/compare/release_v2.64.0...release_v2.65.0) + ## [Release 2.64.0](https://github.com/aws-amplify/aws-sdk-android/releases/tag/release_v2.64.0) ### Features diff --git a/gradle.properties b/gradle.properties index e106c0ef76..0492817376 100644 --- a/gradle.properties +++ b/gradle.properties @@ -26,7 +26,7 @@ android.enableJetifier=true GROUP=com.amazonaws -VERSION_NAME=2.64.0 +VERSION_NAME=2.65.0 POM_URL=https://github.com/aws/aws-sdk-android POM_SCM_URL=https://github.com/aws/aws-sdk-android