From 05af780090c41c9597059729ca22565ea7719971 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 10 May 2023 15:31:10 -0700 Subject: [PATCH] release: AWS SDK for Android 2.69.0 (#3285) --- CHANGELOG.md | 12 ++++++++++++ gradle.properties | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3404dc5998..0bb9959059 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## [Release 2.69.0](https://github.com/aws-amplify/aws-sdk-android/releases/tag/release_v2.69.0) + +### Features +- **aws-android-sdk-rekognition:** update models to latest ([#3279](https://github.com/aws-amplify/aws-sdk-android/issues/3279)) +- **aws-android-sdk-core:** update models to latest ([#3282](https://github.com/aws-amplify/aws-sdk-android/issues/3282)) +- **aws-android-sdk-connect:** update models to latest ([#3280](https://github.com/aws-amplify/aws-sdk-android/issues/3280)) + +### Miscellaneous +- Enable TLSv1.2 support for older devices ([#3258](https://github.com/aws-amplify/aws-sdk-android/issues/3258)) + +[See all changes between 2.68.0 and 2.69.0](https://github.com/aws-amplify/aws-sdk-android/compare/release_v2.68.0...release_v2.69.0) + ## [Release 2.68.0](https://github.com/aws-amplify/aws-sdk-android/releases/tag/release_v2.68.0) ### Features diff --git a/gradle.properties b/gradle.properties index 9372e33a0d..858c4862c2 100644 --- a/gradle.properties +++ b/gradle.properties @@ -26,7 +26,7 @@ android.enableJetifier=true GROUP=com.amazonaws -VERSION_NAME=2.68.0 +VERSION_NAME=2.69.0 POM_URL=https://github.com/aws/aws-sdk-android POM_SCM_URL=https://github.com/aws/aws-sdk-android