From 30590c765f6b983e0b549f0cb4227046bc139b58 Mon Sep 17 00:00:00 2001 From: Michael Klishin Date: Fri, 21 May 2021 23:11:30 +0300 Subject: [PATCH] Back to dev version --- ChangeLog.md | 6 ++++++ README.md | 4 ++-- lib/rabbitmq/http/client/version.rb | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index 136a542..72b887e 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,3 +1,9 @@ +## Changes Between 2.0.0 and 2.1.0 (in development) + +No changes yet. + + + ## Changes Between 1.15.0 and 2.0.0 (May 21, 2021) ### Health Check Endpoint Changes diff --git a/README.md b/README.md index 05b3ea1..e6b1ac3 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ and will support more HTTP API features in the future ## Supported RabbitMQ Versions - * RabbitMQ 3.x +All [supported RabbitMQ release series](https://www.rabbitmq.com/versions.html). All versions require [RabbitMQ Management UI plugin](http://www.rabbitmq.com/management.html) to be installed and enabled. @@ -32,7 +32,7 @@ All versions require [RabbitMQ Management UI plugin](http://www.rabbitmq.com/man Add this line to your application's Gemfile: ``` ruby -gem 'rabbitmq_http_api_client', '>= 1.15.0' +gem 'rabbitmq_http_api_client', '>= 2.0.0' ``` And then execute: diff --git a/lib/rabbitmq/http/client/version.rb b/lib/rabbitmq/http/client/version.rb index 0015212..b6eba7d 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 = "2.0.0" + VERSION = "2.1.0.pre" end end end