From ca07e08685d9ebafd17ee9452bdcad5187fa318d Mon Sep 17 00:00:00 2001 From: Quintin Willison Date: Fri, 25 Nov 2022 05:59:49 +0000 Subject: [PATCH 1/2] Bump version number (patch). --- 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 fbf301ec..be173171 100644 --- a/ably/proto_http.go +++ b/ably/proto_http.go @@ -10,7 +10,7 @@ const ( ablyVersionHeader = "X-Ably-Version" ablyErrorCodeHeader = "X-Ably-Errorcode" ablyErrorMessageHeader = "X-Ably-Errormessage" - libraryVersion = "1.2.8" + libraryVersion = "1.2.9" libraryName = "go" ablyVersion = "1.2" ablyClientIDHeader = "X-Ably-ClientId" From b7c6bca152d80b9a8bd1ed48550374567b076a76 Mon Sep 17 00:00:00 2001 From: Quintin Willison Date: Fri, 25 Nov 2022 06:00:08 +0000 Subject: [PATCH 2/2] Add change log entry. --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d6bab68b..794d5752 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## [1.2.9](https://github.com/ably/ably-go/tree/v1.2.9) + +[Full Changelog](https://github.com/ably/ably-go/compare/v1.2.8...v1.2.9) + +**Merged pull requests:** + +- Test against go 1.19, and drop support for 1.17 [\#563](https://github.com/ably/ably-go/pull/563) ([amnonbc](https://github.com/amnonbc)) +- fix GO-2022-0493 [\#562](https://github.com/ably/ably-go/pull/562) ([amnonbc](https://github.com/amnonbc)) + ## [1.2.8](https://github.com/ably/ably-go/tree/v1.2.8) [Full Changelog](https://github.com/ably/ably-go/compare/v1.2.7...v1.2.8) (2022-07-01)