We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf8db7f commit cae196cCopy full SHA for cae196c
ChangeLog.md
@@ -2,6 +2,7 @@
2
3
No changes yet.
4
5
+
6
## Changes Between 3.2.0 and 3.2.1 (Nov 7, 2025)
7
8
### Dependency Updates
README.md
@@ -34,7 +34,7 @@ use the latest version of this library:
34
35
``` ruby
36
# Depends on Faraday 2.x
37
-gem 'rabbitmq_http_api_client', '>= 3.2.0'
+gem 'rabbitmq_http_api_client', '>= 3.2.1'
38
```
39
40
If you **absolutely must** use Faraday 1.x, use the 2.x series:
lib/rabbitmq/http/client/version.rb
@@ -1,7 +1,7 @@
1
module RabbitMQ
module HTTP
class Client
- VERSION = "3.2.1"
+ VERSION = "3.3.0.pre"
end
0 commit comments