From 00ba41bebb67e965dd871b89fbc0c43daadcc5ef Mon Sep 17 00:00:00 2001 From: sachin shinde Date: Wed, 13 Mar 2024 02:25:07 +0000 Subject: [PATCH] updated CHANGELOG --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d04dad90..27ecf660 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Change Log +## [v2.0.5](https://github.com/ably/ably-python/tree/v2.0.5) + +[Full Changelog](https://github.com/ably/ably-python/compare/v2.0.4...v2.0.5) + +**Closed issues:** + +- Question: Bump websockets version [\#556](https://github.com/ably/ably-python/issues/556) +- "RuntimeError: no running event loop" exception when connecting to Realtime [\#555](https://github.com/ably/ably-python/issues/555) + +**Merged pull requests:** + +- Bumped up websocket lib [\#557](https://github.com/ably/ably-python/pull/557) ([sacOO7](https://github.com/sacOO7)) + ## [v2.0.4](https://github.com/ably/ably-python/tree/v2.0.4) [Full Changelog](https://github.com/ably/ably-python/compare/v2.0.3...v2.0.4)