From 498be483d69540ad4ef041422eac9e19f293704e Mon Sep 17 00:00:00 2001 From: sachin shinde Date: Fri, 28 Jun 2024 15:20:45 +0000 Subject: [PATCH 1/2] bumped up version to 1.2.18 --- 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 bc78b060..3b9c281e 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.17" + clientLibraryVersion = "1.2.18" clientRuntimeName = "go" ablyProtocolVersion = "2" // CSV2 ablyClientIDHeader = "X-Ably-ClientId" From 0a2eb584586a57fd2cf11a0f658660571d417dd2 Mon Sep 17 00:00:00 2001 From: sachin shinde Date: Fri, 28 Jun 2024 15:24:16 +0000 Subject: [PATCH 2/2] 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)