Skip to content

Commit a81632d

Browse files
authored
Merge pull request #672 from ably/release/1.2.21
Release/1.2.21
2 parents 496c839 + 4ec5e07 commit a81632d

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log
22

3+
## [1.2.21](https://github.com/ably/ably-go/tree/v1.2.21)
4+
5+
[Full Changelog](https://github.com/ably/ably-go/compare/v1.2.20...v1.2.21)
6+
7+
**Implemented enhancements:**
8+
9+
- JWT (JSON Web Token) authentication [\#569](https://github.com/ably/ably-go/issues/569)
10+
311
## [1.2.20](https://github.com/ably/ably-go/tree/v1.2.20)
412

513
[Full Changelog](https://github.com/ably/ably-go/compare/v1.2.19...v1.2.20)

ably/proto_http.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const (
1111
ablyProtocolVersionHeader = "X-Ably-Version"
1212
ablyErrorCodeHeader = "X-Ably-Errorcode"
1313
ablyErrorMessageHeader = "X-Ably-Errormessage"
14-
clientLibraryVersion = "1.2.20"
14+
clientLibraryVersion = "1.2.21"
1515
clientRuntimeName = "go"
1616
ablyProtocolVersion = "2" // CSV2
1717
ablyClientIDHeader = "X-Ably-ClientId"

0 commit comments

Comments
 (0)