From 5fa6581d26939dc40b5323823abe91438332272b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 16 Mar 2023 15:41:54 -0700 Subject: [PATCH] release: AWS SDK for Android 2.65.0 (#3221) * release: AWS SDK for Android 2.65.0 * Update CHANGELOG.md --------- Co-authored-by: awsmobilesdk-dev+ghops Co-authored-by: Thomas Leing --- CHANGELOG.md | 18 ++++++++++++++++++ gradle.properties | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) 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