From 0a2eb584586a57fd2cf11a0f658660571d417dd2 Mon Sep 17 00:00:00 2001 From: sachin shinde Date: Fri, 28 Jun 2024 15:24:16 +0000 Subject: [PATCH] Update change log. --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 698eb937..62c639eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Change Log +## [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) + +**Fixed bugs:** + +- Suspended connection goes to failed state on resume attempt [\#638](https://github.com/ably/ably-go/issues/638) + +**Closed issues:** + +- Flaky test - TestRealtimePresence\_EnsureChannelIsAttached [\#508](https://github.com/ably/ably-go/issues/508) + ## [1.2.17](https://github.com/ably/ably-go/tree/v1.2.17) [Full Changelog](https://github.com/ably/ably-go/compare/v1.2.16...v1.2.17)