diff --git a/CHANGELOG.md b/CHANGELOG.md index d59b949..60b787f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [Release 3.3.0](https://github.com/awslabs/aws-mobile-appsync-sdk-android/releases/tag/release_v3.3.0) + +### Features +- port custom domain support. (#379) + +### Miscellaneous +- Chore: rotate travisCI creds (#378) + +[See all changes between 3.2.1 and 3.3.0](https://github.com/awslabs/aws-mobile-appsync-sdk-android/compare/release_v3.2.1...release_v3.3.0) + ## [Release 3.2.1](https://github.com/awslabs/aws-mobile-appsync-sdk-android/releases/tag/release_v3.2.1) ### Miscellaneous diff --git a/gradle.properties b/gradle.properties index 81e01d8..196b617 100644 --- a/gradle.properties +++ b/gradle.properties @@ -13,7 +13,7 @@ org.gradle.jvmargs=-Xmx1536m org.gradle.parallel=true GROUP=com.amazonaws -VERSION_NAME=3.2.1 +VERSION_NAME=3.3.0 AWS_CORE_SDK_VERSION=2.22.1 POM_URL=https://github.com/awslabs/aws-mobile-appsync-sdk-android