From da88cf1cab82e281e7277cd9feb9efc87a057041 Mon Sep 17 00:00:00 2001
From: Michael Law <1365977+lawmicha@users.noreply.github.com>
Date: Wed, 27 Jul 2022 11:36:45 -0400
Subject: [PATCH] chore: Prep 2.1.1 release (#105)
---
AppSyncRealTimeClient.podspec | 2 +-
AppSyncRealTimeClient/Info.plist | 2 +-
CHANGELOG.md | 8 +++++++-
3 files changed, 9 insertions(+), 3 deletions(-)
diff --git a/AppSyncRealTimeClient.podspec b/AppSyncRealTimeClient.podspec
index d69e7d51..5c8eafdf 100644
--- a/AppSyncRealTimeClient.podspec
+++ b/AppSyncRealTimeClient.podspec
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = 'AppSyncRealTimeClient'
- s.version = '2.1.0'
+ s.version = '2.1.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 76778b66..15f17b2d 100644
--- a/AppSyncRealTimeClient/Info.plist
+++ b/AppSyncRealTimeClient/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
$(PRODUCT_BUNDLE_PACKAGE_TYPE)
CFBundleShortVersionString
- 2.1.0
+ 2.1.1
CFBundleVersion
$(CURRENT_PROJECT_VERSION)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index aedf7dcf..c84629a2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,10 +3,16 @@
## Unreleased
*Changes on `main` branch that have not yet been released*
+## 2.1.1
+
+### Fixes
+
+- fix: add runtime and compiler gates to OIDCAuthInterceptorAsync OIDCAuthProviderAsync and add files to workspace (See [PR #104](https://github.com/aws-amplify/aws-appsync-realtime-client-ios/pull/104))
+
## 2.1.0
### Features
-- feat: added async oidc interceptor (#100)(See [PR #100](https://github.com/aws-amplify/aws-appsync-realtime-client-ios/pull/100))
+- feat: added async oidc interceptor (See [PR #100](https://github.com/aws-amplify/aws-appsync-realtime-client-ios/pull/100))
### Fixes
- fix: sets OS versions for os_log (See [PR #99](https://github.com/aws-amplify/aws-appsync-realtime-client-ios/pull/99))