We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5401e76 commit ce79622Copy full SHA for ce79622
CHANGELOG.md
@@ -5,6 +5,9 @@ This product uses [Semantic Versioning](https://semver.org/).
5
6
## [Unreleased]
7
8
+## 2.1.1
9
+* Fixed HeartbeatTimer to add thread safety and fix crash reported in #188
10
+
11
## 2.1.0
12
* Updated Presence.Options init method to be public
13
* Updated URLSessionWebsocketTask init method to accept a custom configuration
SwiftPhoenixClient.podspec
@@ -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"
14
s.description = <<-EOS
0 commit comments