diff --git a/CHANGELOG.md b/CHANGELOG.md index 6401f8f88..9d5acb315 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## [v1.2.2](https://github.com/ably/ably-ruby/tree/v1.2.2) + +[Full Changelog](https://github.com/ably/ably-ruby/compare/v1.2.1...v1.2.2) + +**Implemented enhancements:** + +- Add support to get channel lifecycle status [\#362](https://github.com/ably/ably-ruby/issues/362) + ## [v1.2.1](https://github.com/ably/ably-ruby/tree/v1.2.1) [Full Changelog](https://github.com/ably/ably-ruby/compare/v1.2.0...v1.2.1) diff --git a/lib/ably/version.rb b/lib/ably/version.rb index 538f7b259..e12016ca7 100644 --- a/lib/ably/version.rb +++ b/lib/ably/version.rb @@ -1,5 +1,5 @@ module Ably - VERSION = '1.2.1' + VERSION = '1.2.2' PROTOCOL_VERSION = '1.2' # @api private