Skip to content

Commit

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

* Update CHANGELOG.md

* Update CHANGELOG.md

---------

Co-authored-by: awsmobilesdk-dev+ghops <[email protected]>
Co-authored-by: Thomas Leing <[email protected]>
  • Loading branch information
3 people authored Feb 16, 2023
1 parent d37e2c2 commit 7fe2437
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## [Release 2.64.0](https://github.com/aws-amplify/aws-sdk-android/releases/tag/release_v2.64.0)

### Features
- **aws-android-sdk-sns:** update models to latest ([#3186](https://github.com/aws-amplify/aws-sdk-android/issues/3186))
- **aws-android-sdk-connect:** update models to latest ([#3193](https://github.com/aws-amplify/aws-sdk-android/issues/3193))
- **aws-android-sdk-sns:** update models to latest ([#3194](https://github.com/aws-amplify/aws-sdk-android/issues/3194))
- **aws-android-sdk-polly:** update models to latest ([#3195](https://github.com/aws-amplify/aws-sdk-android/issues/3195))

### Bug Fixes
- when setPreviewSurfaces is not called startEncoding gives a null pointer ([#3125](https://github.com/aws-amplify/aws-sdk-android/issues/3125))

### Miscellaneous
- chore(analytics): Simplify error code checking, uniformly across platforms ([#3191](https://github.com/aws-amplify/aws-sdk-android/pull/3191))

[See all changes between 2.63.0 and 2.64.0](https://github.com/aws-amplify/aws-sdk-android/compare/release_v2.63.0...release_v2.64.0)

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

### Features
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.63.0
VERSION_NAME=2.64.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 7fe2437

Please sign in to comment.