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 385b6e4 commit 7f4c34fCopy full SHA for 7f4c34f
CHANGELOG.md
@@ -5,6 +5,16 @@
5
No changes yet.
6
7
8
+## v2.2.1 (Jun 19, 2025)
9
+
10
+### Bug Fixes
11
12
+ * Several `rabbitmqadmin.conf` settings were not merged correctly with
13
+ the command line arguments.
14
15
+ GitHub issue: [#58](https://github.com/rabbitmq/rabbitmqadmin-ng/issues/58)
16
17
18
## v2.2.0 (Jun 12, 2025)
19
20
### Enhancements
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "rabbitmqadmin"
3
-version = "2.3.0"
+version = "2.2.1"
4
edition = "2024"
description = "rabbitmqadmin v2 is a modern CLI tool for the RabbitMQ HTTP API"
0 commit comments