Skip to content

Commit

Permalink
release: AWS SDK for Android 2.75.0 (#3527)
Browse files Browse the repository at this point in the history
* release: AWS SDK for Android 2.75.0

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update CHANGELOG.md

Fixed formatting issue

* Update CHANGELOG.md

Co-authored-by: Thomas Leing <bluezebragames@gmail.com>

* Update CHANGELOG.md

---------

Co-authored-by: awsmobilesdk-dev+ghops <awsmobilesdk-dev+ghops@amazon.com>
Co-authored-by: Ankit Shah <22114629+ankpshah@users.noreply.github.com>
Co-authored-by: Thomas Leing <bluezebragames@gmail.com>
  • Loading branch information
4 people committed Feb 1, 2024
1 parent 174e967 commit adec7ed
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
## [Release 2.75.0](https://github.com/aws-amplify/aws-sdk-android/releases/tag/release_v2.75.0)

### Features
- **aws-android-sdk-connect:** update models to latest ([#3387](https://github.com/aws-amplify/aws-sdk-android/issues/3387))
- **aws-android-sdk-kinesisvideo-archivedmedia:** update models to latest ([#3383](https://github.com/aws-amplify/aws-sdk-android/issues/3383))
- **aws-android-sdk-kinesisvideo:** update models to latest ([#3382](https://github.com/aws-amplify/aws-sdk-android/issues/3382))
- **aws-android-sdk-rekognition:** update models to latest ([#3381](https://github.com/aws-amplify/aws-sdk-android/issues/3381))
- **aws-android-sdk-cognitoidentityprovider:** update models to latest ([#3376](https://github.com/aws-amplify/aws-sdk-android/issues/3376))
- **aws-android-sdk-polly:** update models to latest ([#3374](https://github.com/aws-amplify/aws-sdk-android/issues/3374))
- **aws-android-sdk-core:** update models to latest ([#3366](https://github.com/aws-amplify/aws-sdk-android/issues/3366))
- **aws-android-sdk-location:** update models to latest ([#3350](https://github.com/aws-amplify/aws-sdk-android/issues/3350))
- **aws-android-sdk-ses:** update models to latest ([#3389](https://github.com/aws-amplify/aws-sdk-android/issues/3389))
- **aws-android-sdk-transcribe:** update models to latest ([#3364](https://github.com/aws-amplify/aws-sdk-android/issues/3364))
- **aws-android-sdk-polly:** update models to latest ([#3392](https://github.com/aws-amplify/aws-sdk-android/issues/3392))
- **core:** Read version number from build instead of hardcoding it ([#3412](https://github.com/aws-amplify/aws-sdk-android/issues/3412))
- **aws-android-sdk-connectparticipant** update models to latest ([#3397](https://github.com/aws-amplify/aws-sdk-android/issues/3397))
- **auth:** Provide a clear message during getTokens that there are n… ([#3518](https://github.com/aws-amplify/aws-sdk-android/issues/3518))

### Miscellaneous
- chore: fix commit hash for setup-ruby in release pr workflow ([#3524](https://github.com/aws-amplify/aws-sdk-android/issues/3524))
- Upgrade Ruby version to 3.0 for release-pr workflow ([#3526](https://github.com/aws-amplify/aws-sdk-android/issues/3526))
- chore: pin github actions by commit hash ([#3385](https://github.com/aws-amplify/aws-sdk-android/issues/3385))

[See all changes between 2.74.0 and 2.75.0](https://github.com/aws-amplify/aws-sdk-android/compare/release_v2.74.0...release_v2.75.0)

## [Release 2.74.0](https://github.com/aws-amplify/aws-sdk-android/releases/tag/release_v2.74.0)

### Features
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ android.enableJetifier=true

GROUP=com.amazonaws

VERSION_NAME=2.74.0
VERSION_NAME=2.75.0

POM_URL=https://github.com/aws/aws-sdk-android
POM_SCM_URL=https://github.com/aws/aws-sdk-android
Expand Down

0 comments on commit adec7ed

Please sign in to comment.