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 8d3594d + cba1130 commit f5eac15Copy full SHA for f5eac15
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Change Log
2
3
+## [v1.2.2](https://github.com/ably/ably-ruby/tree/v1.2.2)
4
+
5
+[Full Changelog](https://github.com/ably/ably-ruby/compare/v1.2.1...v1.2.2)
6
7
+**Implemented enhancements:**
8
9
+- Add support to get channel lifecycle status [\#362](https://github.com/ably/ably-ruby/issues/362)
10
11
## [v1.2.1](https://github.com/ably/ably-ruby/tree/v1.2.1)
12
13
[Full Changelog](https://github.com/ably/ably-ruby/compare/v1.2.0...v1.2.1)
lib/ably/version.rb
@@ -1,5 +1,5 @@
module Ably
- VERSION = '1.2.1'
+ VERSION = '1.2.2'
PROTOCOL_VERSION = '1.2'
# @api private
0 commit comments