From e3974677ac09b6ace395881b684ba478ebf9b490 Mon Sep 17 00:00:00 2001 From: Lawrence Forooghian Date: Thu, 16 Jan 2025 14:47:14 -0300 Subject: [PATCH] Release version 0.1.1 --- CHANGELOG.md | 8 ++++++++ Sources/AblyChat/Version.swift | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 298995a5..a5094c22 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 afe2fc2c..2fc44b83 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)"