Skip to content

Commit

Permalink
Prepare version 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dsrees committed Aug 24, 2021
1 parent 5401e76 commit ce79622
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ This product uses [Semantic Versioning](https://semver.org/).

## [Unreleased]

## 2.1.1
* Fixed HeartbeatTimer to add thread safety and fix crash reported in #188

## 2.1.0
* Updated Presence.Options init method to be public
* Updated URLSessionWebsocketTask init method to accept a custom configuration
Expand Down
2 changes: 1 addition & 1 deletion SwiftPhoenixClient.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = "SwiftPhoenixClient"
s.version = "2.1.0"
s.version = "2.1.1"
s.summary = "Connect your Phoenix and iOS applications through WebSockets!"
s.swift_version = "5.0"
s.description = <<-EOS
Expand Down

0 comments on commit ce79622

Please sign in to comment.