Skip to content

Commit cae196c

Browse files
Bump dev version
1 parent bf8db7f commit cae196c

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

ChangeLog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
No changes yet.
44

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

78
### Dependency Updates

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ use the latest version of this library:
3434

3535
``` ruby
3636
# Depends on Faraday 2.x
37-
gem 'rabbitmq_http_api_client', '>= 3.2.0'
37+
gem 'rabbitmq_http_api_client', '>= 3.2.1'
3838
```
3939

4040
If you **absolutely must** use Faraday 1.x, use the 2.x series:
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.1"
4+
VERSION = "3.3.0.pre"
55
end
66
end
77
end

0 commit comments

Comments
 (0)