Skip to content

Commit ec2a0b8

Browse files
Merge pull request #218 from ably/release/0.1.2
Release version 0.1.2
2 parents 330ab40 + 47cbd5c commit ec2a0b8

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log
22

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+
311
## [0.1.1](https://github.com/ably/ably-chat-swift/tree/0.1.1)
412

513
## What's Changed

Sources/AblyChat/Version.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import Ably
44

55
// Update this when you release a new version
66
// Version information
7-
internal let version = "0.1.1"
7+
internal let version = "0.1.2"
88

99
internal let channelOptionsAgentString = "chat-swift/\(version)"
1010

0 commit comments

Comments
 (0)