Skip to content

Commit bf8db7f

Browse files
3.2.1
1 parent bd57919 commit bf8db7f

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

ChangeLog.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,19 @@
22

33
No changes yet.
44

5+
## Changes Between 3.2.0 and 3.2.1 (Nov 7, 2025)
56

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)
718

819
### Dependency Updates
920

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module RabbitMQ
22
module HTTP
33
class Client
4-
VERSION = "3.3.0.pre"
4+
VERSION = "3.2.1"
55
end
66
end
77
end

0 commit comments

Comments
 (0)