Skip to content

Commit

Permalink
Change log updates
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Dec 31, 2024
1 parent bd3d0a7 commit 8af4d3e
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,27 @@
# rabbitmqadmin-ng Change Log

## v0.17.0 (in development)
## v0.18.0 (in development)

No (documented) changes yet.


## v0.17.0 (Dec 31, 2024)

### Enhancements

* New [health checks](https://www.rabbitmq.com/docs/monitoring#health-checks):

```shell
# To see help: 'rabbitmqadmin health_check help port_listener'
rabbitmqadmin health_check port_listener --port [port]
```

```shell
# To see help: 'rabbitmqadmin health_check help protocol_listener'
rabbitmqadmin health_check protoocl_listener --protocol [protocol]
```


## v0.16.0 (Dec 29, 2024)

### Enhancements
Expand Down

0 comments on commit 8af4d3e

Please sign in to comment.