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

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

### What's Changed

This fixes the compilation error <code>error: conflicting options '-warnings-as-errors' and '-suppress-warnings'</code> that occurs when using Xcode to build an app that uses version 0.9.0 of this SDK.

**Full Changelog**: https://github.com/ably/ably-chat-swift/compare/0.9.0...0.9.1

## [0.9.0](https://github.com/ably/ably-chat-swift/tree/0.9.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 @@ -3,7 +3,7 @@ import Ably
/// Information about the Chat SDK.
internal enum ClientInformation {
/// The version number of this version of the Chat SDK.
internal static let version = "0.9.0"
internal static let version = "0.9.1"

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