diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..03a8fb85 --- /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 - reactions are sent and received in real-time without persistence) diff --git a/README.md b/README.md index cb4e6bd0..9d85eddc 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ implementation("com.ably.chat:chat-android:0.1.0") ### Dependency on ably-android -Certain functionalities are powered by the [ably-android](https://github.com/ably/ably-java) library. +Key functionality such as sending and receiving messages is powered by the [ably-android](https://github.com/ably/ably-java) library. The `ably-android` library is included as an api dependency within the Chat SDK, so there is no need to manually add it to your project. ## Versioning