lib/submodules/ably-ruby/CHANGELOG.md in ably-rest-1.1.2.rc1 vs lib/submodules/ably-ruby/CHANGELOG.md in ably-rest-1.1.2
- old
+ new
@@ -1,9 +1,16 @@
# Change Log
-## [v1.1.1](https://github.com/ably/ably-ruby/tree/v1.1.1)
+## [v1.1.2](https://github.com/ably/ably-ruby/tree/v1.1.2)
+[Full Changelog](https://github.com/ably/ably-ruby/compare/v1.1.1...v1.1.2)
+
+**Merged pull requests:**
+
+- Remove legacy skipped tests and upgrade MsgPack [\#184](https://github.com/ably/ably-ruby/pull/184) ([mattheworiordan](https://github.com/mattheworiordan))
+
+## [v1.1.1](https://github.com/ably/ably-ruby/tree/v1.1.1) (2019-05-06)
[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)
@@ -65,10 +72,9 @@
- WebSocket driver does not emit events for heartbeats [\#116](https://github.com/ably/ably-ruby/issues/116)
**Closed issues:**
- Passing a frozen channel name or name gives an error on the REST client \[Reopen\] [\#145](https://github.com/ably/ably-ruby/issues/145)
-- Passing a frozen channel name or name gives an error on the REST client [\#132](https://github.com/ably/ably-ruby/issues/132)
**Merged pull requests:**
- Add request id fix for bulk publishes [\#154](https://github.com/ably/ably-ruby/pull/154) ([mattheworiordan](https://github.com/mattheworiordan))
- Fix race condition in EventMachine [\#153](https://github.com/ably/ably-ruby/pull/153) ([mattheworiordan](https://github.com/mattheworiordan))