Skip to content

Commit

Permalink
Merge pull request #363 from ably/release/1.2.1
Browse files Browse the repository at this point in the history
Release 1.2.1
  • Loading branch information
owenpearson authored May 19, 2022
2 parents 5a5e261 + 3cbc652 commit 4c472b4
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Change Log

## [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)

**Fixed bugs:**

- Update Ruby version \(and Gemfile.lock dependencies\) [\#253](https://github.com/ably/ably-ruby/issues/253)
- Error not emitted when failing to connect to an endpoint indefinitely [\#233](https://github.com/ably/ably-ruby/issues/233)
- Connection errors when there should be warnings [\#198](https://github.com/ably/ably-ruby/issues/198)
- Implement presence re-entry requirement change for 1.1 [\#185](https://github.com/ably/ably-ruby/issues/185)

**Closed issues:**

- Update urls in readme [\#353](https://github.com/ably/ably-ruby/issues/353)
- Reconsider required Ruby version [\#344](https://github.com/ably/ably-ruby/issues/344)

## [v1.2.0](https://github.com/ably/ably-ruby/tree/v1.2.0)

[Full Changelog](https://github.com/ably/ably-ruby/compare/v1.1.8...v1.2.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/ably/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Ably
VERSION = '1.2.0'
VERSION = '1.2.1'
PROTOCOL_VERSION = '1.2'

# @api private
Expand Down

0 comments on commit 4c472b4

Please sign in to comment.