Skip to content

Commit

Permalink
Merge pull request #625 from ably/release/1.2.14
Browse files Browse the repository at this point in the history
Release/1.2.14
  • Loading branch information
AndyTWF committed Oct 5, 2023
2 parents 279c4d6 + bd627ae commit e66ad6a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
@@ -1,6 +1,12 @@
# Change Log

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

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

**Merged pull requests:**

- Fix message extras unmarshaled to incompatible json type [\#624](https://github.com/ably/ably-go/pull/624) ([zknill](https://github.com/zknill))

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

Expand Down
2 changes: 1 addition & 1 deletion ably/proto_http.go
Expand Up @@ -11,7 +11,7 @@ const (
ablyVersionHeader = "X-Ably-Version"
ablyErrorCodeHeader = "X-Ably-Errorcode"
ablyErrorMessageHeader = "X-Ably-Errormessage"
libraryVersion = "1.2.13"
libraryVersion = "1.2.14"
libraryName = "go"
ablyVersion = "1.2"
ablyClientIDHeader = "X-Ably-ClientId"
Expand Down

0 comments on commit e66ad6a

Please sign in to comment.