From 11c4c656549574a998d40b77021cfbefd868968e Mon Sep 17 00:00:00 2001 From: Umair Date: Wed, 26 Feb 2025 14:52:37 +0000 Subject: [PATCH] v0.2.0 Release PR --- CHANGELOG.md | 13 +++++++++++++ Sources/AblyChat/Version.swift | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6553543..a8299bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Change Log +## [0.2.0](https://github.com/ably/ably-chat-swift/tree/0.2.0) + +## What's Changed + +The following features have been added in this release: + +- Updating messages in a chat room +- Deleting messages in a chat room + +The included example app has been updated to demonstrate the new features. + +**Full Changelog**: https://github.com/ably/ably-chat-swift/compare/0.1.2...0.2.0 + ## [0.1.2](https://github.com/ably/ably-chat-swift/tree/0.1.2) ## What's Changed diff --git a/Sources/AblyChat/Version.swift b/Sources/AblyChat/Version.swift index ecbc4ea..4d2a22b 100644 --- a/Sources/AblyChat/Version.swift +++ b/Sources/AblyChat/Version.swift @@ -4,6 +4,6 @@ import Ably // Update this when you release a new version // Version information -internal let version = "0.1.2" +internal let version = "0.2.0" internal let agents = ["chat-swift": version]