Skip to content

Commit

Permalink
Merge pull request #672 from ably/release/1.2.21
Browse files Browse the repository at this point in the history
Release/1.2.21
  • Loading branch information
sacOO7 authored Sep 12, 2024
2 parents 496c839 + 4ec5e07 commit a81632d
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.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)

**Implemented enhancements:**

- JWT (JSON Web Token) authentication [\#569](https://github.com/ably/ably-go/issues/569)

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

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

0 comments on commit a81632d

Please sign in to comment.