File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## [ 0.1.2] ( https://github.com/ably/ably-chat-swift/tree/0.1.2 )
4
+
5
+ ## What's Changed
6
+
7
+ This release reverts the pinning of ably-cocoa that was introduced in version 0.1.1 (https://github.com/ably/ably-chat-swift/pull/215 ).
8
+
9
+ ** Full Changelog** : https://github.com/ably/ably-chat-swift/compare/0.1.1...0.1.2
10
+
3
11
## [ 0.1.1] ( https://github.com/ably/ably-chat-swift/tree/0.1.1 )
4
12
5
13
## What's Changed
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import Ably
4
4
5
5
// Update this when you release a new version
6
6
// Version information
7
- internal let version = " 0.1.1 "
7
+ internal let version = " 0.1.2 "
8
8
9
9
internal let channelOptionsAgentString = " chat-swift/ \( version) "
10
10
You can’t perform that action at this time.
0 commit comments