File tree Expand file tree Collapse file tree 6 files changed +13
-7
lines changed Expand file tree Collapse file tree 6 files changed +13
-7
lines changed Original file line number Diff line number Diff line change @@ -4,10 +4,16 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
55and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
66
7- ## [ Unreleased] ( https://github.com/pusher/pusher-websocket-swift/compare/5.1.0...HEAD )
7+ ## [ Unreleased] ( https://github.com/pusher/pusher-websocket-swift/compare/5.1.1...HEAD )
8+
9+ ## [ 5.1.1] ( https://github.com/pusher/pusher-websocket-swift/compare/5.1.0...5.1.1 ) - 2018-01-22
10+
11+ ### Changed
12+ - Updated Starscream and CryptoSwift based code. Starscream is at roughly 3.0.4 and CryptoSwift at roughly 0.8.1.
813
914## [ 5.1.0] ( https://github.com/pusher/pusher-websocket-swift/compare/5.0.1...5.1.0 ) - 2017-11-23
10- ## Added
15+
16+ ### Added
1117- [ ` setSubscriptions ` ] ( https://pusher.com/docs/push_notifications/reference/client_api#put-v1clientsclientidinterests ) method.
1218
1319## 5.0.1
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = 'PusherSwift'
3- s . version = '5.1.0 '
3+ s . version = '5.1.1 '
44 s . summary = 'A Pusher client library in Swift'
55 s . homepage = 'https://github.com/pusher/pusher-websocket-swift'
66 s . license = 'MIT'
Original file line number Diff line number Diff line change 1515 <key >CFBundlePackageType </key >
1616 <string >FMWK </string >
1717 <key >CFBundleShortVersionString </key >
18- <string >5.1.0 </string >
18+ <string >5.1.1 </string >
1919 <key >CFBundleSignature </key >
2020 <string >???? </string >
2121 <key >CFBundleVersion </key >
Original file line number Diff line number Diff line change 88import Foundation
99
1010let PROTOCOL = 7
11- let VERSION = " 5.1.0 "
11+ let VERSION = " 5.1.1 "
1212let CLIENT_NAME = " pusher-websocket-swift "
1313
1414@objcMembers
Original file line number Diff line number Diff line change 1515 <key >CFBundlePackageType </key >
1616 <string >BNDL </string >
1717 <key >CFBundleShortVersionString </key >
18- <string >5.1.0 </string >
18+ <string >5.1.1 </string >
1919 <key >CFBundleSignature </key >
2020 <string >???? </string >
2121 <key >CFBundleVersion </key >
Original file line number Diff line number Diff line change 99import PusherSwift
1010import XCTest
1111
12- let VERSION = " 5.1.0 "
12+ let VERSION = " 5.1.1 "
1313
1414class ClientInitializationTests : XCTestCase {
1515 var key : String !
You can’t perform that action at this time.
0 commit comments