Skip to content

Commit

Permalink
Merge pull request #214 from ably/release/0.1.1
Browse files Browse the repository at this point in the history
Release version 0.1.1
  • Loading branch information
lawrence-forooghian authored Jan 16, 2025
2 parents 6ab219c + e397467 commit fb70b2e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
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.1.1](https://github.com/ably/ably-chat-swift/tree/0.1.1)

## What's Changed

This release temporarily pins the SDK's required version of ably-cocoa (https://github.com/ably/ably-chat-swift/pull/213). This change will be reverted in an upcoming release in the near future.

**Full Changelog**: https://github.com/ably/ably-chat-swift/compare/0.1.0...0.1.1

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

Initial release of the Ably Chat SDK in Swift. It includes the following chat features:
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,7 +4,7 @@ import Ably

// Update this when you release a new version
// Version information
internal let version = "0.1.0"
internal let version = "0.1.1"

internal let channelOptionsAgentString = "chat-swift/\(version)"

Expand Down

0 comments on commit fb70b2e

Please sign in to comment.