Skip to content

Commit 3518483

Browse files
authored
Merge pull request #289 from ably/release/0.4.0
Release PR for v0.4.0
2 parents a500358 + 6c6765f commit 3518483

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

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

3+
## [0.4.0](https://github.com/ably/ably-chat-swift/tree/0.4.0)
4+
5+
## What's Changed
6+
7+
- All Chat features now use a single underlying channel. This greatly simplifies the SDK whilst improving performance.
8+
9+
The following features have also been added in this release:
10+
11+
- Ephemeral typing indicators
12+
13+
**Full Changelog**: https://github.com/ably/ably-chat-swift/compare/0.3.0...0.4.0
14+
315
## [0.3.0](https://github.com/ably/ably-chat-swift/tree/0.3.0)
416

517
## What's Changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Xcode 16.1 or later.
2929
The SDK is distributed as a Swift package and can hence be installed using Xcode (search for `github.com/ably/ably-chat-swift` package) or by adding it as a dependency in your package’s `Package.swift`:
3030

3131
```swift
32-
.package(url: "https://github.com/ably/ably-chat-swift", from: "0.3.0")
32+
.package(url: "https://github.com/ably/ably-chat-swift", from: "0.4.0")
3333
```
3434

3535
## Supported chat features

Sources/AblyChat/Version.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ import Ably
44

55
// Update this when you release a new version
66
// Version information
7-
internal let version = "0.3.0"
7+
internal let version = "0.4.0"
88

99
internal let agents = ["chat-swift": version]

0 commit comments

Comments
 (0)