Skip to content

Commit

Permalink
Version 1.1.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mattheworiordan committed May 6, 2019
1 parent 135dbd2 commit 64e6577
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
19 changes: 18 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,24 @@
# Change Log

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

[Full Changelog](https://github.com/ably/ably-ruby/compare/v1.1.0...v1.1.1)

**Implemented enhancements:**

- Support transient publishes as part of 1.1 spec [\#164](https://github.com/ably/ably-ruby/issues/164)

**Fixed bugs:**

- RTN16b recovery not fully implemented [\#180](https://github.com/ably/ably-ruby/issues/180)
- Publishing a high number of messages before connected results in lost messages [\#179](https://github.com/ably/ably-ruby/issues/179)

**Merged pull requests:**

- msgSerial fixes including connection recovery fix [\#181](https://github.com/ably/ably-ruby/pull/181) ([mattheworiordan](https://github.com/mattheworiordan))
- Known limitations section in README [\#177](https://github.com/ably/ably-ruby/pull/177) ([Srushtika](https://github.com/Srushtika))

## [v1.1.0](https://github.com/ably/ably-ruby/tree/v1.1.0) (2019-02-06)
[Full Changelog](https://github.com/ably/ably-ruby/compare/v1.0.7...v1.1.0)

**Fixed bugs:**
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.1.0'
VERSION = '1.1.1'
PROTOCOL_VERSION = '1.1'

# Allow a variant to be configured for all instances of this client library
Expand Down

0 comments on commit 64e6577

Please sign in to comment.