Skip to content

Commit f5eac15

Browse files
authored
Merge pull request #366 from ably/release/1.2.2
Release 1.2.2
2 parents 8d3594d + cba1130 commit f5eac15

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.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+
311
## [v1.2.1](https://github.com/ably/ably-ruby/tree/v1.2.1)
412

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

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.1'
2+
VERSION = '1.2.2'
33
PROTOCOL_VERSION = '1.2'
44

55
# @api private

0 commit comments

Comments
 (0)