File tree Expand file tree Collapse file tree 2 files changed +19
-2
lines changed Expand file tree Collapse file tree 2 files changed +19
-2
lines changed Original file line number Diff line number Diff line change 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
33No 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
Original file line number Diff line number Diff line change 11module RabbitMQ
22 module HTTP
33 class Client
4- VERSION = "3.2.0.pre "
4+ VERSION = "3.2.0"
55 end
66 end
77end
You can’t perform that action at this time.
0 commit comments