Skip to content

Commit

Permalink
Prepare 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dsrees committed Sep 3, 2019
1 parent a0bf33c commit 6635e06
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ This product uses [Semantic Versioning](https://semver.org/).

## [Unreleased]

## [1.1.1](https://github.com/davidstump/SwiftPhoenixClient/compare/1.1.0...1.1.1)
* [#141](https://github.com/davidstump/SwiftPhoenixClient/pull/141): tvOS support
* [#145](https://github.com/davidstump/SwiftPhoenixClient/pull/145): Refactored Socket reconnect strategy
* [#146](https://github.com/davidstump/SwiftPhoenixClient/pull/146): Refactored Channel rejoin strategy

## [1.1.0]
* Swift 5

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 = "1.1.0"
s.version = "1.1.1"
s.summary = "Connect your Phoenix and iOS applications through WebSockets!"
s.swift_version = "5.0"

Expand Down

0 comments on commit 6635e06

Please sign in to comment.