diff --git a/CHANGELOG.md b/CHANGELOG.md index d6a6b5c..be3c78f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ This product uses [Semantic Versioning](https://semver.org/). ## [Unreleased] +## 2.1.0 +* Updated Presence.Options init method to be public +* Updated URLSessionWebsocketTask init method to accept a custom configuration + ## 2.0.0 * Restructured project * Added support for URLSession's Websocket Task diff --git a/SwiftPhoenixClient.podspec b/SwiftPhoenixClient.podspec index e379a01..84026b8 100644 --- a/SwiftPhoenixClient.podspec +++ b/SwiftPhoenixClient.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = "SwiftPhoenixClient" - s.version = "2.0.0" + s.version = "2.1.0" s.summary = "Connect your Phoenix and iOS applications through WebSockets!" s.swift_version = "5.0" s.description = <<-EOS @@ -22,7 +22,7 @@ Pod::Spec.new do |s| an earlier iOS version, please see the StarscreamSwiftPhoenixClient extention. EOS s.homepage = "https://github.com/davidstump/SwiftPhoenixClient" - s.license = { :type => "MIT", :file => "License.md" } + s.license = { :type => "MIT", :file => "LICENSE" } s.author = { "David Stump" => "david@davidstump.net" } s.source = { :git => "https://github.com/davidstump/SwiftPhoenixClient.git", :tag => s.version.to_s } s.ios.deployment_target = '10.0'