From bd9e5881c70fb29089131a3439f28c14e05a4b80 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 16 May 2024 16:02:20 -0300 Subject: [PATCH] release: AWS SDK for Android 2.75.1 (#3579) * release: AWS SDK for Android 2.75.1 * Mark date formatter change as a bug fix * Remove README update from Changelog --------- Co-authored-by: awsmobilesdk-dev+ghops Co-authored-by: Matt Creaser --- CHANGELOG.md | 7 +++++++ gradle.properties | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d7ff9fc5e..3a2d2dca7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [Release 2.75.1](https://github.com/aws-amplify/aws-sdk-android/releases/tag/release_v2.75.1) + +### Bug Fixes +- **misc** Don't return incorrect date format instance ([#3576](https://github.com/aws-amplify/aws-sdk-android/issues/3576)) + +[See all changes between 2.75.0 and 2.75.1](https://github.com/aws-amplify/aws-sdk-android/compare/release_v2.75.0...release_v2.75.1) + ## [Release 2.75.0](https://github.com/aws-amplify/aws-sdk-android/releases/tag/release_v2.75.0) ### Features diff --git a/gradle.properties b/gradle.properties index 7e66155ba3..cd0bfe6340 100644 --- a/gradle.properties +++ b/gradle.properties @@ -25,7 +25,7 @@ android.enableJetifier=true GROUP=com.amazonaws -VERSION_NAME=2.75.0 +VERSION_NAME=2.75.1 POM_URL=https://github.com/aws/aws-sdk-android POM_SCM_URL=https://github.com/aws/aws-sdk-android