Skip to content

Commit 2d4eaeb

Browse files
authored
Merge pull request #389 from ably/release/1.2.4
Release 1.2.4
2 parents b6a3910 + a055d04 commit 2d4eaeb

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log
22

3+
## [v1.2.4](https://github.com/ably/ably-ruby/tree/v1.2.4)
4+
5+
[Full Changelog](https://github.com/ably/ably-ruby/compare/v1.2.3...v1.2.4)
6+
7+
**Merged pull requests:**
8+
9+
- fix: unpin msgpack dependency minor/patch version [\#382](https://github.com/ably/ably-ruby-rest/pull/29)
10+
311
## [v1.2.3](https://github.com/ably/ably-ruby/tree/v1.2.3)
412

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

lib/ably/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Ably
2-
VERSION = '1.2.3'
2+
VERSION = '1.2.4'
33
PROTOCOL_VERSION = '1.2'
44

55
# @api private

0 commit comments

Comments
 (0)