Skip to content

Commit

Permalink
3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Jul 21, 2024
1 parent 7cd9f37 commit 6affb5d
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 3 deletions.
24 changes: 22 additions & 2 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,26 @@
## Changes Between 2.2.0 and 2.3.0 (unreleased)
## Changes Between 2.2.0 and 3.0.0 (July 20, 2024)

No changes yet.
### Why the Major Version Bump?

This release adopts a new major version of Faraday and targets
only [community supported RabbitMQ versions](https://www.rabbitmq.com/release-information),
which at this time means `3.13.x`.

While there are no major breaking changes in the library itself,
these two changes and more than two years that have passed since 2.0.0
warrant a major version bump.

### Support for Faraday 2.x

Contributed by @shashankmehra.

GitHub issue: [#63](https://github.com/ruby-amqp/rabbitmq_http_api_client/pull/63)

### Queue Deletion: Support for if-unused and if-empty

Contributed by @shashankmehra.

GitHub issue: [#62](https://github.com/ruby-amqp/rabbitmq_http_api_client/pull/62)


## Changes Between 2.1.0 and 2.2.0 (May 19, 2022)
Expand Down
2 changes: 1 addition & 1 deletion lib/rabbitmq/http/client/version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module RabbitMQ
module HTTP
class Client
VERSION = "2.3.0.pre"
VERSION = "3.0.0"
end
end
end

0 comments on commit 6affb5d

Please sign in to comment.