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 bd57919 commit bf8db7fCopy full SHA for bf8db7f
ChangeLog.md
@@ -2,8 +2,19 @@
2
3
No changes yet.
4
5
+## Changes Between 3.2.0 and 3.2.1 (Nov 7, 2025)
6
-## Changes Between 3.1.0 and 3.2.0 (in development)
7
+### Dependency Updates
8
+
9
+This version tweaks the dependency versions from `3.2.0` to allow for older
10
+minor series of several dependencies.
11
12
+ * `faraday-follow_redirects` to `~> 0.3`
13
14
+GitHub issue: [#69](https://github.com/ruby-amqp/rabbitmq_http_api_client/pull/69)
15
16
17
+## Changes Between 3.1.0 and 3.2.0 (Nov 5, 2025)
18
19
### Dependency Updates
20
lib/rabbitmq/http/client/version.rb
@@ -1,7 +1,7 @@
1
module RabbitMQ
module HTTP
class Client
- VERSION = "3.3.0.pre"
+ VERSION = "3.2.1"
end
0 commit comments