Skip to content

Commit

Permalink
Merge pull request #389 from ably/release/1.2.4
Browse files Browse the repository at this point in the history
Release 1.2.4
  • Loading branch information
owenpearson authored Jun 29, 2023
2 parents b6a3910 + a055d04 commit 2d4eaeb
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

## [v1.2.4](https://github.com/ably/ably-ruby/tree/v1.2.4)

[Full Changelog](https://github.com/ably/ably-ruby/compare/v1.2.3...v1.2.4)

**Merged pull requests:**

- fix: unpin msgpack dependency minor/patch version [\#382](https://github.com/ably/ably-ruby-rest/pull/29)

## [v1.2.3](https://github.com/ably/ably-ruby/tree/v1.2.3)

[Full Changelog](https://github.com/ably/ably-ruby/compare/v1.2.2...v1.2.3)
Expand Down
2 changes: 1 addition & 1 deletion lib/ably/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Ably
VERSION = '1.2.3'
VERSION = '1.2.4'
PROTOCOL_VERSION = '1.2'

# @api private
Expand Down

0 comments on commit 2d4eaeb

Please sign in to comment.