Skip to content

Commit

Permalink
Release version 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lawrence-forooghian committed Jan 20, 2025
1 parent 330ab40 commit 9c4c0ae
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.1)

## What's Changed

This release reverts the pinning of ably-cocoa that was introduced in version 0.1.2 (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 9c4c0ae

Please sign in to comment.