diff --git a/AppSyncRealTimeClient.podspec b/AppSyncRealTimeClient.podspec
index 082cd227..de4638dc 100644
--- a/AppSyncRealTimeClient.podspec
+++ b/AppSyncRealTimeClient.podspec
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = 'AppSyncRealTimeClient'
- s.version = '1.9.1'
+ s.version = '1.10.0'
s.summary = 'Amazon Web Services AppSync RealTime Client for iOS.'
s.description = 'AppSync RealTime Client provides subscription connections to AppSync websocket endpoints'
@@ -17,4 +17,4 @@ Pod::Spec.new do |s|
s.source_files = 'AppSyncRealTimeClient/**/*.swift'
s.dependency 'Starscream', '~> 4.0.4'
- end
\ No newline at end of file
+ end
diff --git a/AppSyncRealTimeClient/Info.plist b/AppSyncRealTimeClient/Info.plist
index 9741b3b4..b61ee35b 100644
--- a/AppSyncRealTimeClient/Info.plist
+++ b/AppSyncRealTimeClient/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
$(PRODUCT_BUNDLE_PACKAGE_TYPE)
CFBundleShortVersionString
- 1.9.1
+ 1.10.0
CFBundleVersion
$(CURRENT_PROJECT_VERSION)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4446574e..4a552328 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,12 @@
## Unreleased
*Changes on `main` branch that have not yet been released*
+## 1.10.1
+
+### Features
+
+- feat: Add Swift concurrency (async/await) support for async interceptors
+
## 1.9.1
### Bug fixes