From 0744ba328473a244bc66389a347f854c4cc26063 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 14 Apr 2022 13:38:55 -0700 Subject: [PATCH] release: AWS AppSync SDK for Android 3.3.1 (#389) --- CHANGELOG.md | 9 +++++++++ gradle.properties | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 60b787f..f4ea55e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [Release 3.3.1](https://github.com/awslabs/aws-mobile-appsync-sdk-android/releases/tag/release_v3.3.1) + +### Miscellaneous +- re-encrypt config file (#384) +- Chore/Adding codeowners to the appsync repo (#388) +- Add checks to prevent re-initialization of the connectivitywatcher and unregistering before registering the same watcher to prevent too many requests to networkcallback registration (#387) + +[See all changes between 3.3.0 and 3.3.1](https://github.com/awslabs/aws-mobile-appsync-sdk-android/compare/release_v3.3.0...release_v3.3.1) + ## [Release 3.3.0](https://github.com/awslabs/aws-mobile-appsync-sdk-android/releases/tag/release_v3.3.0) ### Features diff --git a/gradle.properties b/gradle.properties index 196b617..a50131b 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.3.0 +VERSION_NAME=3.3.1 AWS_CORE_SDK_VERSION=2.22.1 POM_URL=https://github.com/awslabs/aws-mobile-appsync-sdk-android