diff --git a/CHANGELOG.md b/CHANGELOG.md index 40f00ed985..3404dc5998 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +## [Release 2.68.0](https://github.com/aws-amplify/aws-sdk-android/releases/tag/release_v2.68.0) + +### Features +- **aws-android-sdk-iot:** update models to latest ([#3266](https://github.com/aws-amplify/aws-sdk-android/issues/3266)) +- **aws-android-sdk-rekognition:** update models to latest ([#3267](https://github.com/aws-amplify/aws-sdk-android/issues/3267)) +- **aws-android-sdk-kms:** update models to latest ([#3269](https://github.com/aws-amplify/aws-sdk-android/issues/3269)) +- **aws-android-sdk-connect:** update models to latest ([#3275](https://github.com/aws-amplify/aws-sdk-android/issues/3275)) +- **aws-android-sdk-comprehend:** update models to latest ([#3248](https://github.com/aws-amplify/aws-sdk-android/issues/3248)) + +### Bug Fixes +- **kinesis:** KV WebRTC Storage module ([#3272](https://github.com/aws-amplify/aws-sdk-android/issues/3272)) +- **pinpoint:** Add null check to prevent NPE ([#3274](https://github.com/aws-amplify/aws-sdk-android/issues/3274)) + +### Miscellaneous +- kinesisvideowebrtcstorage models updates ([#3277](https://github.com/aws-amplify/aws-sdk-android/issues/3277)) + +[See all changes between 2.67.0 and 2.68.0](https://github.com/aws-amplify/aws-sdk-android/compare/release_v2.67.0...release_v2.68.0) + ## [Release 2.67.0](https://github.com/aws-amplify/aws-sdk-android/releases/tag/release_v2.67.0) ### Features diff --git a/gradle.properties b/gradle.properties index 56e45fbb80..9372e33a0d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -26,7 +26,7 @@ android.enableJetifier=true GROUP=com.amazonaws -VERSION_NAME=2.67.0 +VERSION_NAME=2.68.0 POM_URL=https://github.com/aws/aws-sdk-android POM_SCM_URL=https://github.com/aws/aws-sdk-android