From d092b736edb28bcd4d7202055a38e5e43ce92805 Mon Sep 17 00:00:00 2001 From: Andy Ford Date: Wed, 18 Sep 2024 15:48:53 +0100 Subject: [PATCH] release: add changelog entry for 0.2.1 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 48be49d4..bcb526e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ This contains only the most important and/or user-facing changes; for a full changelog, see the commit history. +## [0.2.1](https://github.com/ably/ably-chat-js/tree/0.2.1) (2024-09-18) + +- Fixed a bug that can lead to unhandled promise rejections and error logs when a room is released prior to initialization, particularly in React [#352](https://github.com/ably/ably-chat-js/pull/352) + ## [0.2.0](https://github.com/ably/ably-chat-js/tree/0.2.0) (2024-09-09) - Added hooks and providers for React, to allow a closer integration with these ecosystems. For more information on how to get started with Chat in React, see [the React README](./src/react/README.md).