Skip to content

Commit ff4b8b4

Browse files
Merge pull request #467 from ably/release/1.1.0
Release version 1.1.0
2 parents 0998dff + c5c57d2 commit ff4b8b4

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## [1.1.0](https://github.com/ably/ably-chat-swift/tree/1.1.0)
4+
5+
### Bug Fixes
6+
7+
- **Connection Status**: Added missing `closing` and `closed` states to the `ConnectionStatus` enum. Previously these states were incorrectly mapped to `failed`. [#466](https://github.com/ably/ably-chat-swift/pull/466)
8+
39
## [1.0.1](https://github.com/ably/ably-chat-swift/tree/1.0.1)
410

511
### What's Changed

Sources/AblyChat/Version.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import Ably
33
/// Information about the Chat SDK.
44
internal enum ClientInformation {
55
/// The version number of this version of the Chat SDK.
6-
internal static let version = "1.0.1"
6+
internal static let version = "1.1.0"
77

88
/// The agents to pass to `createWrapperSDKProxy` per CHA-IN1b.
99
internal static let agents = ["chat-swift": Self.version]

0 commit comments

Comments
 (0)