From 55eb275a516ac1ea4324b64e4f2eacb73fec62e5 Mon Sep 17 00:00:00 2001 From: Michael Law <1365977+lawmicha@users.noreply.github.com> Date: Tue, 15 Feb 2022 11:01:56 -0500 Subject: [PATCH] chore: Prep 1.7.1 release (#70) * chore: Prep 1.7.1 release * Update CHANGELOG.md --- AppSyncRealTimeClient.podspec | 2 +- AppSyncRealTimeClient/Info.plist | 2 +- CHANGELOG.md | 7 +++++++ 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/AppSyncRealTimeClient.podspec b/AppSyncRealTimeClient.podspec index f9278588..219d390d 100644 --- a/AppSyncRealTimeClient.podspec +++ b/AppSyncRealTimeClient.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = 'AppSyncRealTimeClient' - s.version = '1.7.0' + s.version = '1.7.1' s.summary = 'Amazon Web Services AppSync RealTime Client for iOS.' s.description = 'AppSync RealTime Client provides subscription connections to AppSync websocket endpoints' diff --git a/AppSyncRealTimeClient/Info.plist b/AppSyncRealTimeClient/Info.plist index f64572d4..90c35c08 100644 --- a/AppSyncRealTimeClient/Info.plist +++ b/AppSyncRealTimeClient/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 1.7.0 + 1.7.1 CFBundleVersion $(CURRENT_PROJECT_VERSION) diff --git a/CHANGELOG.md b/CHANGELOG.md index fe90658f..d81b568c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ ## Unreleased *Changes on `main` branch that have not yet been released* +## 1.7.1 + +### Bug fixes + +- fix: Retry on MaxSubscriptionReached (See [PR #66](https://github.com/aws-amplify/aws-appsync-realtime-client-ios/pull/66)) +- fix: data race in CountdownTimer (See [PR #65](https://github.com/aws-amplify/aws-appsync-realtime-client-ios/pull/65)) + ## 1.7.0 - feat: Upgrade Starscream to 4.0.4 (See [PR #62](https://github.com/aws-amplify/aws-appsync-realtime-client-ios/pull/62))