diff --git a/Cargo.lock b/Cargo.lock index 0d40da3ce..93771f1b2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2130,7 +2130,7 @@ dependencies = [ [[package]] name = "rumqttd" -version = "0.12.4" +version = "0.12.5" dependencies = [ "bytes", "clap", diff --git a/rumqttd/CHANGELOG.md b/rumqttd/CHANGELOG.md index afbdd126d..e43815436 100644 --- a/rumqttd/CHANGELOG.md +++ b/rumqttd/CHANGELOG.md @@ -10,25 +10,31 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added ### Changed -- `structopt` is in maintainance mode, we now use `clap` instead ### Deprecated ### Removed ### Fixed -- Use `error` instead of `debug` to log message related to duplicate client_id ### Security --- -# [rumqttd 0.12.4] - 01-02-2023 +## [rumqttd 0.12.5] + +### Changed +- `structopt` is in maintainance mode, we now use `clap` instead + +### Fixed +- Use `error` instead of `debug` to log message related to duplicate client_id + +## [rumqttd 0.12.4] - 01-02-2023 ### Fixed - Client id with tenant prefix should be set globally (#564) -# [rumqttd 0.12.3] - 23-01-2023 +## [rumqttd 0.12.3] - 23-01-2023 ### Added - Add one way bridging support via BridgeLink (#558) @@ -36,7 +42,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Restructure AlertsLink and MetersLink to support writing to Clickhouse (#557) -# [rumqttd 0.12.2] - 16-01-2023 +## [rumqttd 0.12.2] - 16-01-2023 ### Added - Add AlertLink to get alerts about router events (#538) diff --git a/rumqttd/Cargo.toml b/rumqttd/Cargo.toml index 7ed1f674f..d39ea69b3 100644 --- a/rumqttd/Cargo.toml +++ b/rumqttd/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rumqttd" -version = "0.12.4" +version = "0.12.5" license = "Apache-2.0" description = "rumqttd is a high performance MQTT broker written in Rust which is light weight and embeddable" authors = ["tekjar "]