Skip to content

Commit

Permalink
Merge pull request #632 from ably/release/1.2.17
Browse files Browse the repository at this point in the history
release: 1.2.17
  • Loading branch information
AndyTWF authored Feb 2, 2024
2 parents 7a94a5a + 417ac69 commit dd8236f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## [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)

**Merged pull requests:**

- fix: keep client default client read limit when realtime doesn't specify [\#631](https://github.com/ably/ably-go/pull/631) ([AndyTWF](https://github.com/AndyTWF))

## [1.2.16](https://github.com/ably/ably-go/tree/1.2.16)

[Full Changelog](https://github.com/ably/ably-go/compare/v1.2.15...v1.2.16)
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.16"
clientLibraryVersion = "1.2.17"
clientRuntimeName = "go"
ablyProtocolVersion = "2" // CSV2
ablyClientIDHeader = "X-Ably-ClientId"
Expand Down

0 comments on commit dd8236f

Please sign in to comment.