From 64e6577314ad0ca7601f53edec6d85519e1c2212 Mon Sep 17 00:00:00 2001 From: Matthew O'Riordan Date: Mon, 6 May 2019 15:27:48 +0100 Subject: [PATCH] Version 1.1.1 release --- CHANGELOG.md | 19 ++++++++++++++++++- lib/ably/version.rb | 2 +- 2 files changed, 19 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d9bb2b082..22a125bb9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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:** diff --git a/lib/ably/version.rb b/lib/ably/version.rb index 0c8a01f3e..200a3f6ba 100644 --- a/lib/ably/version.rb +++ b/lib/ably/version.rb @@ -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