File tree 2 files changed +9
-1
lines changed
2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
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
+
3
11
## [ 1.2.20] ( https://github.com/ably/ably-go/tree/v1.2.20 )
4
12
5
13
[ Full Changelog] ( https://github.com/ably/ably-go/compare/v1.2.19...v1.2.20 )
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ const (
11
11
ablyProtocolVersionHeader = "X-Ably-Version"
12
12
ablyErrorCodeHeader = "X-Ably-Errorcode"
13
13
ablyErrorMessageHeader = "X-Ably-Errormessage"
14
- clientLibraryVersion = "1.2.20 "
14
+ clientLibraryVersion = "1.2.21 "
15
15
clientRuntimeName = "go"
16
16
ablyProtocolVersion = "2" // CSV2
17
17
ablyClientIDHeader = "X-Ably-ClientId"
You can’t perform that action at this time.
0 commit comments