From 971cda7d1b0b05369e16699ae76fa0ef95403066 Mon Sep 17 00:00:00 2001 From: Owen Pearson Date: Wed, 8 Jun 2022 11:43:03 +0100 Subject: [PATCH 1/2] Bump version to 1.2.2 --- lib/ably/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From cba1130dcb37f5578a293a52c94d723e3d54d64c Mon Sep 17 00:00:00 2001 From: Owen Pearson Date: Wed, 8 Jun 2022 11:45:11 +0100 Subject: [PATCH 2/2] Update CHANGELOG --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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)