From 07d254f98fd9dc51d24d7844aedd7919d0500e1f Mon Sep 17 00:00:00 2001 From: Michael Klishin Date: Tue, 25 Dec 2018 17:06:32 +0300 Subject: [PATCH] 1.11.0 --- ChangeLog.md | 12 +++++++++++- lib/rabbitmq/http/client/version.rb | 2 +- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index d7c3285..a4f869d 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,8 +1,18 @@ -## Changes Between 1.10.0 and 1.11.0 (unreleased) +## Changes Between 1.11.0 and 1.12.0 (unreleased) No changes yet. +## Changes Between 1.10.0 and 1.11.0 (Dec 25th, 2018) + +### effin_utf8 Dependency Dropped + +This library no longer supports Ruby 1.8 and thus +doesn't need to depend on the `effin_utf8` gem. + +Contributed by Luciano Sousa. + + ## Changes Between 1.9.0 and 1.10.0 (Nov 27th, 2018) ### Improved Resource Deserialisation diff --git a/lib/rabbitmq/http/client/version.rb b/lib/rabbitmq/http/client/version.rb index 3b466ff..38f37a2 100644 --- a/lib/rabbitmq/http/client/version.rb +++ b/lib/rabbitmq/http/client/version.rb @@ -1,7 +1,7 @@ module RabbitMQ module HTTP class Client - VERSION = "1.11.0.pre" + VERSION = "1.11.0" end end end