Skip to content

Commit ce79622

Browse files
committed
Prepare version 2.1.1
1 parent 5401e76 commit ce79622

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ This product uses [Semantic Versioning](https://semver.org/).
55

66
## [Unreleased]
77

8+
## 2.1.1
9+
* Fixed HeartbeatTimer to add thread safety and fix crash reported in #188
10+
811
## 2.1.0
912
* Updated Presence.Options init method to be public
1013
* Updated URLSessionWebsocketTask init method to accept a custom configuration

SwiftPhoenixClient.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = "SwiftPhoenixClient"
11-
s.version = "2.1.0"
11+
s.version = "2.1.1"
1212
s.summary = "Connect your Phoenix and iOS applications through WebSockets!"
1313
s.swift_version = "5.0"
1414
s.description = <<-EOS

0 commit comments

Comments
 (0)