Skip to content

Commit 0885021

Browse files
authored
Merge pull request #642 from ably/release/1.2.18
Release/1.2.18
2 parents d1167b5 + 0a2eb58 commit 0885021

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

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

3+
## [1.2.18](https://github.com/ably/ably-go/tree/v1.2.18)
4+
5+
[Full Changelog](https://github.com/ably/ably-go/compare/v1.2.17...v1.2.18)
6+
7+
**Fixed bugs:**
8+
9+
- Suspended connection goes to failed state on resume attempt [\#638](https://github.com/ably/ably-go/issues/638)
10+
11+
**Closed issues:**
12+
13+
- Flaky test - TestRealtimePresence\_EnsureChannelIsAttached [\#508](https://github.com/ably/ably-go/issues/508)
14+
315
## [1.2.17](https://github.com/ably/ably-go/tree/v1.2.17)
416

517
[Full Changelog](https://github.com/ably/ably-go/compare/v1.2.16...v1.2.17)

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.17"
14+
clientLibraryVersion = "1.2.18"
1515
clientRuntimeName = "go"
1616
ablyProtocolVersion = "2" // CSV2
1717
ablyClientIDHeader = "X-Ably-ClientId"

0 commit comments

Comments
 (0)