From 8fb7f1c151cc96cfa9fce3a4688cef4a277ff73e Mon Sep 17 00:00:00 2001 From: evgeny Date: Mon, 16 Dec 2024 09:30:38 +0000 Subject: [PATCH] chore: update `CHANGELOG.md` --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..8e6b9d4 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,13 @@ +# Change Log + +## [0.1.0](https://github.com/ably/ably-chat-kotlin/tree/v0.1.0) (2024-12-16) + +Initial beta release of the Ably Chat SDK for Android. It includes following chat +features: + +- Chat rooms for 1:1, 1:many, many:1 and many:many participation. +- Sending and receiving chat messages. +- Online status aka presence of chat participants. +- Chat room occupancy, i.e total number of connections and presence members. +- Typing indicators +- Room-level reactions (ephemeral at this stage)