We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b6a3910 + a055d04 commit 2d4eaebCopy full SHA for 2d4eaeb
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Change Log
2
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
11
## [v1.2.3](https://github.com/ably/ably-ruby/tree/v1.2.3)
12
13
[Full Changelog](https://github.com/ably/ably-ruby/compare/v1.2.2...v1.2.3)
lib/ably/version.rb
@@ -1,5 +1,5 @@
module Ably
- VERSION = '1.2.3'
+ VERSION = '1.2.4'
PROTOCOL_VERSION = '1.2'
# @api private
0 commit comments