Skip to content

Commit 7b583ff

Browse files
3.2.0
1 parent 55500bd commit 7b583ff

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

ChangeLog.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,25 @@
1-
## Changes Between 3.1.0 and 3.2.0 (in development)
1+
## Changes Between 3.2.0 and 3.3.0 (in development)
22

33
No changes yet.
44

55

6+
## Changes Between 3.1.0 and 3.2.0 (in development)
7+
8+
### Dependency Updates
9+
10+
This version tweaks the dependency versions from `3.1.0` to allow for older
11+
minor series of several dependencies.
12+
13+
* `addressable` to `~> 2.7`
14+
* `faraday` to `~> 2.9`
15+
* `hashie` to `>= 4.1`
16+
* `multi_json` to `~> 1.15`
17+
18+
Contributed by @fretb.
19+
20+
GitHub issue: [#69](https://github.com/ruby-amqp/rabbitmq_http_api_client/pull/69)
21+
22+
623
## Changes Between 3.0.0 and 3.1.0 (Nov 4, 2025)
724

825
### Dependency Updates
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.2.0.pre"
4+
VERSION = "3.2.0"
55
end
66
end
77
end

0 commit comments

Comments
 (0)