Skip to content

Commit

Permalink
Merge pull request #218 from ably/release/0.1.2
Browse files Browse the repository at this point in the history
Release version 0.1.2
  • Loading branch information
lawrence-forooghian authored Jan 20, 2025
2 parents 330ab40 + 47cbd5c commit ec2a0b8
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.2](https://github.com/ably/ably-chat-swift/tree/0.1.2)

## What's Changed

This release reverts the pinning of ably-cocoa that was introduced in version 0.1.1 (https://github.com/ably/ably-chat-swift/pull/215).

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

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

## 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,7 +4,7 @@ import Ably

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

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

Expand Down

0 comments on commit ec2a0b8

Please sign in to comment.