Skip to content

Commit 8e34779

Browse files
committed
Prepare version 2.1.0
1 parent 8cf0bc5 commit 8e34779

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

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

66
## [Unreleased]
77

8+
## 2.1.0
9+
* Updated Presence.Options init method to be public
10+
* Updated URLSessionWebsocketTask init method to accept a custom configuration
11+
812
## 2.0.0
913
* Restructured project
1014
* Added support for URLSession's Websocket Task

SwiftPhoenixClient.podspec

Lines changed: 2 additions & 2 deletions
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.0.0"
11+
s.version = "2.1.0"
1212
s.summary = "Connect your Phoenix and iOS applications through WebSockets!"
1313
s.swift_version = "5.0"
1414
s.description = <<-EOS
@@ -22,7 +22,7 @@ Pod::Spec.new do |s|
2222
an earlier iOS version, please see the StarscreamSwiftPhoenixClient extention.
2323
EOS
2424
s.homepage = "https://github.com/davidstump/SwiftPhoenixClient"
25-
s.license = { :type => "MIT", :file => "License.md" }
25+
s.license = { :type => "MIT", :file => "LICENSE" }
2626
s.author = { "David Stump" => "[email protected]" }
2727
s.source = { :git => "https://github.com/davidstump/SwiftPhoenixClient.git", :tag => s.version.to_s }
2828
s.ios.deployment_target = '10.0'

0 commit comments

Comments
 (0)