diff --git a/Cargo.lock b/Cargo.lock index 93771f1b2..aac8abcff 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2130,7 +2130,7 @@ dependencies = [ [[package]] name = "rumqttd" -version = "0.12.5" +version = "0.12.6" dependencies = [ "bytes", "clap", diff --git a/rumqttd/CHANGELOG.md b/rumqttd/CHANGELOG.md index 941f30b6b..7020898bd 100644 --- a/rumqttd/CHANGELOG.md +++ b/rumqttd/CHANGELOG.md @@ -8,7 +8,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ### Added -- Print version number with `--version` cli flag (#578) ### Changed @@ -22,7 +21,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 --- -## [rumqttd 0.12.5] +## [rumqttd 0.12.6] - 14-02-2023 + +### Added +- Print version number with `--version` cli flag (#578) + +## [rumqttd 0.12.5] - 07-02-2023 ### Changed - `structopt` is in maintainance mode, we now use `clap` instead (#571) diff --git a/rumqttd/Cargo.toml b/rumqttd/Cargo.toml index fe4ec1227..5d3f4603f 100644 --- a/rumqttd/Cargo.toml +++ b/rumqttd/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rumqttd" -version = "0.12.5" +version = "0.12.6" license = "Apache-2.0" description = "rumqttd is a high performance MQTT broker written in Rust which is light weight and embeddable" authors = ["tekjar "]