File tree 6 files changed +15
-5
lines changed 6 files changed +15
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
+ All notable changes to this project will be documented in this file.
3
+
4
+ The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
5
+ and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
6
+
7
+ ## [ Unreleased] ( https://github.com/pusher/pusher-websocket-swift/compare/5.1.0...HEAD )
8
+
9
+ ## [ 5.1.0] ( https://github.com/pusher/pusher-websocket-swift/compare/5.0.1...5.1.0 ) - 2017-11-23
10
+ ## Added
11
+ - [ ` setSubscriptions ` ] ( https://pusher.com/docs/push_notifications/reference/client_api#put-v1clientsclientidinterests ) method.
2
12
3
13
## 5.0.1
4
14
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = 'PusherSwift'
3
- s . version = '5.0.1 '
3
+ s . version = '5.1.0 '
4
4
s . summary = 'A Pusher client library in Swift'
5
5
s . homepage = 'https://github.com/pusher/pusher-websocket-swift'
6
6
s . license = 'MIT'
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >FMWK </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >5.0.1 </string >
18
+ <string >5.1.0 </string >
19
19
<key >CFBundleSignature </key >
20
20
<string >???? </string >
21
21
<key >CFBundleVersion </key >
Original file line number Diff line number Diff line change 8
8
import Foundation
9
9
10
10
let PROTOCOL = 7
11
- let VERSION = " 5.0.1 "
11
+ let VERSION = " 5.1.0 "
12
12
let CLIENT_NAME = " pusher-websocket-swift "
13
13
14
14
@objcMembers
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >BNDL </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >5.0.1 </string >
18
+ <string >5.1.0 </string >
19
19
<key >CFBundleSignature </key >
20
20
<string >???? </string >
21
21
<key >CFBundleVersion </key >
Original file line number Diff line number Diff line change 9
9
import PusherSwift
10
10
import XCTest
11
11
12
- let VERSION = " 5.0.1 "
12
+ let VERSION = " 5.1.0 "
13
13
14
14
class ClientInitializationTests : XCTestCase {
15
15
var key : String !
You can’t perform that action at this time.
0 commit comments