Skip to content

Commit

Permalink
Merge pull request #573 from ably/release/1.2.10
Browse files Browse the repository at this point in the history
Release/1.2.10
  • Loading branch information
QuintinWillison committed Dec 16, 2022
2 parents 9ae4809 + 1a4f466 commit a65d852
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,13 @@
# Change Log

## [1.2.10](https://github.com/ably/ably-go/tree/v1.2.10)

[Full Changelog](https://github.com/ably/ably-go/compare/v1.2.9...v1.2.10)

**Implemented enhancements:**

- Implement `RSC15l4` \(retry requests on Cloudfront HTTP error\) [\#571](https://github.com/ably/ably-go/issues/571), in [\#572](https://github.com/ably/ably-go/pull/572) ([owenpearson](https://github.com/owenpearson), [sacOO7](https://github.com/sacOO7))

## [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)
Expand Down
2 changes: 1 addition & 1 deletion ably/proto_http.go
Expand Up @@ -10,7 +10,7 @@ const (
ablyVersionHeader = "X-Ably-Version"
ablyErrorCodeHeader = "X-Ably-Errorcode"
ablyErrorMessageHeader = "X-Ably-Errormessage"
libraryVersion = "1.2.9"
libraryVersion = "1.2.10"
libraryName = "go"
ablyVersion = "1.2"
ablyClientIDHeader = "X-Ably-ClientId"
Expand Down

0 comments on commit a65d852

Please sign in to comment.