From c7ec93dcbbcd8abc90c74203937f207a7fcaa611 Mon Sep 17 00:00:00 2001 From: Ian Saultz <52051793+atierian@users.noreply.github.com> Date: Sun, 20 Aug 2023 14:10:02 -0400 Subject: [PATCH] chore: Prep 3.1.1 release (#133) --- AppSyncRealTimeClient.podspec | 4 ++-- AppSyncRealTimeClient/Info.plist | 2 +- CHANGELOG.md | 3 +++ 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/AppSyncRealTimeClient.podspec b/AppSyncRealTimeClient.podspec index 1adea71b..0d2ba382 100644 --- a/AppSyncRealTimeClient.podspec +++ b/AppSyncRealTimeClient.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = 'AppSyncRealTimeClient' - s.version = '3.1.0' + s.version = '3.1.1' s.summary = 'Amazon Web Services AppSync RealTime Client for iOS.' s.description = 'AppSync RealTime Client provides subscription connections to AppSync websocket endpoints' @@ -16,5 +16,5 @@ Pod::Spec.new do |s| s.requires_arc = true s.source_files = 'AppSyncRealTimeClient/**/*.swift' - s.dependency 'Starscream', '~> 4.0.4' + s.dependency 'Starscream', '4.0.4' end diff --git a/AppSyncRealTimeClient/Info.plist b/AppSyncRealTimeClient/Info.plist index 99601856..282c0ff3 100644 --- a/AppSyncRealTimeClient/Info.plist +++ b/AppSyncRealTimeClient/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 3.1.0 + 3.1.1 CFBundleVersion $(CURRENT_PROJECT_VERSION) diff --git a/CHANGELOG.md b/CHANGELOG.md index 60133db3..ff0d07a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,9 @@ ## Unreleased *Changes on `main` branch that have not yet been released* +## 3.1.1 +- fix: pin starscream to 4.0.4 ([#132](https://github.com/aws-amplify/aws-appsync-realtime-client-ios/pull/132)) + ## 3.1.0 ### Features