Skip to content

Commit

Permalink
chore: Prep 1.10.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
atierian committed May 25, 2022
1 parent a8d484d commit 28f61d7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 2 additions & 2 deletions AppSyncRealTimeClient.podspec
Original file line number Diff line number Diff line change
@@ -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'
Expand All @@ -17,4 +17,4 @@ Pod::Spec.new do |s|

s.source_files = 'AppSyncRealTimeClient/**/*.swift'
s.dependency 'Starscream', '~> 4.0.4'
end
end
2 changes: 1 addition & 1 deletion AppSyncRealTimeClient/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>1.9.1</string>
<string>1.10.0</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
</dict>
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 28f61d7

Please sign in to comment.