Skip to content

Commit

Permalink
chore: release commit for 3.2.0
Browse files Browse the repository at this point in the history
* chore: release commit for 3.2.0

* update changelog

---------

Co-authored-by: aws-amplify-ops <[email protected]>
Co-authored-by: Di Wu <[email protected]>
  • Loading branch information
3 people authored Apr 23, 2024
1 parent 39b705f commit 9fd77b0
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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 = '3.1.2'
s.version = '3.2.0'
s.summary = 'Amazon Web Services AppSync RealTime Client for iOS.'

s.description = 'AppSync RealTime Client provides subscription connections to AppSync websocket endpoints'
Expand Down
21 changes: 20 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@
## Unreleased
*Changes on `main` branch that have not yet been released*

## 3.2.0

### Features

- feat: starscream upgrade to 4.0.8, iOS min 12 ([#159](https://github.com/aws-amplify/aws-appsync-realtime-client-ios/pull/159))

### Fixes

- fix: Fixing Build and Test workflow ([#158](https://github.com/aws-amplify/aws-appsync-realtime-client-ios/pull/158))


## 3.1.2

### Fixes

- chore: update readme with info block specifying where to open issues ([#140](https://github.com/aws-amplify/aws-appsync-realtime-client-ios/pull/140))
- fix: watchOS support - disable network monitoring, add client timeout ([#141](https://github.com/aws-amplify/aws-appsync-realtime-client-ios/pull/141))


## 3.1.1
- fix: pin starscream to 4.0.4 ([#132](https://github.com/aws-amplify/aws-appsync-realtime-client-ios/pull/132))

Expand Down Expand Up @@ -167,7 +186,7 @@ Breaking changes: `ConnectionProviderError.other` has been removed and `.unautho

### Bug fix

- Added necessary files required for Carthage users. See [PR #12](https://github.com/aws-amplify/aws-appsync-realtime-client-ios/pull/12) [PR #13](https://github.com/aws-amplify/aws-appsync-realtime-client-ios/pull/13)
- Added necessary files required for Carthage users. See [PR #12](https://github.com/aws-amplify/aws-appsync-realtime-client-ios/pull/12) [PR #13](https://github.com/aws-amplify/aws-appsync-realtime-client-ios/pull/13)

## 1.1.0

Expand Down

0 comments on commit 9fd77b0

Please sign in to comment.