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
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Change Log

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

## What's Changed

- Adds moderation and rule based error cases by @umair-ably in https://github.com/ably/ably-chat-swift/pull/328
- Add the soft delete behaviour and validation loosening by @maratal in https://github.com/ably/ably-chat-swift/pull/330

Breaking Changes:

- remove opinionated presence structure by @ttypic in https://github.com/ably/ably-chat-swift/pull/336
- All errors via chat error by @maratal in https://github.com/ably/ably-chat-swift/pull/331
- async and throwing from Messages.subscribe by @maratal in https://github.com/ably/ably-chat-swift/pull/318

**Full Changelog**: https://github.com/ably/ably-chat-swift/compare/0.6.0...0.7.0

## [0.6.0](https://github.com/ably/ably-chat-swift/tree/0.6.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.6.0"
internal let version = "0.7.0"

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