From 6bf9a3feb22a92d2c442b438c256db9182052789 Mon Sep 17 00:00:00 2001 From: sacOO7 Date: Thu, 25 Jul 2024 17:13:36 +0530 Subject: [PATCH 1/2] bumped up ably-go version --- ably/proto_http.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ably/proto_http.go b/ably/proto_http.go index 3b9c281e..7cad3e6f 100644 --- a/ably/proto_http.go +++ b/ably/proto_http.go @@ -11,7 +11,7 @@ const ( ablyProtocolVersionHeader = "X-Ably-Version" ablyErrorCodeHeader = "X-Ably-Errorcode" ablyErrorMessageHeader = "X-Ably-Errormessage" - clientLibraryVersion = "1.2.18" + clientLibraryVersion = "1.2.19" clientRuntimeName = "go" ablyProtocolVersion = "2" // CSV2 ablyClientIDHeader = "X-Ably-ClientId" From bc7b3d00afe894239e3ca88312ad593db64e844b Mon Sep 17 00:00:00 2001 From: sacOO7 Date: Thu, 25 Jul 2024 17:20:25 +0530 Subject: [PATCH 2/2] 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)