From bc7b3d00afe894239e3ca88312ad593db64e844b Mon Sep 17 00:00:00 2001 From: sacOO7 Date: Thu, 25 Jul 2024 17:20:25 +0530 Subject: [PATCH] Update change log. --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 62c639eb..9ba908d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Change Log +## [1.2.19](https://github.com/ably/ably-go/tree/v1.2.19) + +[Full Changelog](https://github.com/ably/ably-go/compare/v1.2.18...v1.2.19) + +**Fixed bugs:** + +- A synthetic leave does not trigger the presence event listener callback [\#646](https://github.com/ably/ably-go/issues/646) + +**Closed issues:** + +- Add CI support for GO 1.21 and 1.22 [\#641](https://github.com/ably/ably-go/issues/641) +- Update README - Known limitations [\#639](https://github.com/ably/ably-go/issues/639) + ## [1.2.18](https://github.com/ably/ably-go/tree/v1.2.18) [Full Changelog](https://github.com/ably/ably-go/compare/v1.2.17...v1.2.18)