diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ca18266..6809f44c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## [1.2.22](https://github.com/ably/ably-go/tree/v.1.2.22) + +[Full Changelog](https://github.com/ably/ably-go/compare/v1.2.21...v.1.2.22) + +**Closed issues:** + +- Fix failing test TestRealtime\_RTN17\_Integration\_HostFallback\_Timeout [\#678](https://github.com/ably/ably-go/issues/678) + ## [1.2.21](https://github.com/ably/ably-go/tree/v1.2.21) [Full Changelog](https://github.com/ably/ably-go/compare/v1.2.20...v1.2.21) diff --git a/ably/proto_http.go b/ably/proto_http.go index d44b0b97..b2d378db 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.21" + clientLibraryVersion = "1.2.22" clientRuntimeName = "go" ablyProtocolVersion = "2" // CSV2 ablyClientIDHeader = "X-Ably-ClientId"