Skip to content

Commit 85e612e

Browse files
authored
Merge pull request #383 from ably/release/1.2.3
Release 1.2.3
2 parents 9bb9356 + 758dd1c commit 85e612e

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Change Log
22

3+
## [v1.2.3](https://github.com/ably/ably-ruby/tree/v1.2.3)
4+
5+
[Full Changelog](https://github.com/ably/ably-ruby/compare/v1.2.2...v1.2.3)
6+
7+
**Implemented enhancements:**
8+
9+
- Add full docstring coverage to public API [\#376](https://github.com/ably/ably-ruby/pull/376) ([lukaszsliwa](https://github.com/lukaszsliwa))
10+
11+
**Fixed bugs:**
12+
13+
- Incorrect ProtocolMessage\#connection\_details object \(overwrites original connection\_details send on CONNECTED state\) [\#377](https://github.com/ably/ably-ruby/issues/377)
14+
15+
**Merged pull requests:**
16+
17+
- fix: remove inbound message size validation [\#382](https://github.com/ably/ably-ruby/pull/382) ([owenpearson](https://github.com/owenpearson))
18+
- Changes related to docstring, generate docs and CI workflow [\#376](https://github.com/ably/ably-ruby/pull/376) ([lukaszsliwa](https://github.com/lukaszsliwa))
19+
- Fix doc comment: incorrect channel.state type [\#375](https://github.com/ably/ably-ruby/pull/375) ([lukaszsliwa](https://github.com/lukaszsliwa))
20+
321
## [v1.2.2](https://github.com/ably/ably-ruby/tree/v1.2.2)
422

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

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

55
# @api private

0 commit comments

Comments
 (0)