Skip to content

Commit

Permalink
release: AWS SDK for Android 2.60.0 (#3126)
Browse files Browse the repository at this point in the history
Co-authored-by: awsmobilesdk-dev+ghops <[email protected]>
  • Loading branch information
github-actions[bot] and awsmobilesdk-dev+ghops authored Dec 20, 2022
1 parent d7e669a commit f7c4483
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
## [Release 2.60.0](https://github.com/aws-amplify/aws-sdk-android/releases/tag/release_v2.60.0)

### Features
- **aws-android-sdk-core:** update models to latest (#3082)
- **aws-android-sdk-iot:** update models to latest (#3090)
- **aws-android-sdk-textract:** update models to latest (#3092)
- **aws-android-sdk-lambda:** update models to latest (#3094)
- **aws-android-sdk-kinesis:** update models to latest (#3096)
- **aws-android-sdk-polly:** update models to latest (#3104)
- **aws-android-sdk-sns:** update models to latest (#3105)
- **aws-android-sdk-transcribe:** update models to latest (#3107)
- **aws-android-sdk-kms:** update models to latest (#3114)

### Miscellaneous
- Fix NPE if Pinpoint configured without event collection (#3117)
- Correctly pass Pinpoint ID (or null if it's not there) to Cognito User Pool (#3060)

[See all changes between 2.59.1 and 2.60.0](https://github.com/aws-amplify/aws-sdk-android/compare/release_v2.59.1...release_v2.60.0)

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

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

GROUP=com.amazonaws

VERSION_NAME=2.59.1
VERSION_NAME=2.60.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 f7c4483

Please sign in to comment.