Skip to content

Commit

Permalink
Merge pull request #642 from ably/release/1.2.18
Browse files Browse the repository at this point in the history
Release/1.2.18
  • Loading branch information
sacOO7 authored Jun 28, 2024
2 parents d1167b5 + 0a2eb58 commit 0885021
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion ably/proto_http.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 0885021

Please sign in to comment.