diff --git a/CHANGELOG.md b/CHANGELOG.md index 298995a..a5094c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## [0.1.1](https://github.com/ably/ably-chat-swift/tree/0.1.1) + +## What's Changed + +This release temporarily pins the SDK's required version of ably-cocoa (https://github.com/ably/ably-chat-swift/pull/213). This change will be reverted in an upcoming release in the near future. + +**Full Changelog**: https://github.com/ably/ably-chat-swift/compare/0.1.0...0.1.1 + ## [0.1.0](https://github.com/ably/ably-chat-swift/tree/0.1.0) Initial release of the Ably Chat SDK in Swift. It includes the following chat features: diff --git a/Sources/AblyChat/Version.swift b/Sources/AblyChat/Version.swift index afe2fc2..2fc44b8 100644 --- a/Sources/AblyChat/Version.swift +++ b/Sources/AblyChat/Version.swift @@ -4,7 +4,7 @@ import Ably // Update this when you release a new version // Version information -internal let version = "0.1.0" +internal let version = "0.1.1" internal let channelOptionsAgentString = "chat-swift/\(version)"