Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## [0.3.0](https://github.com/ably/ably-chat-swift/tree/0.3.0)

## What's Changed

- All of the main protocols in the SDK are now marked as `@MainActor`, to simplify the experience of using the SDK. (#261)
- All of the errors thrown by the SDK are now explicitly typed as `ARTErrorInfo`. (#234)

**Full Changelog**: https://github.com/ably/ably-chat-swift/compare/0.2.0...0.3.0

## [0.2.0](https://github.com/ably/ably-chat-swift/tree/0.2.0)

## What's Changed
Expand Down
2 changes: 1 addition & 1 deletion Sources/AblyChat/Version.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ import Ably

// Update this when you release a new version
// Version information
internal let version = "0.2.0"
internal let version = "0.3.0"

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