Skip to content

Commit

Permalink
Back to dev version
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed May 21, 2021
1 parent 1d214bb commit 30590c7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions 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
Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -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.

Expand All @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion 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

0 comments on commit 30590c7

Please sign in to comment.