diff --git a/Cargo.lock b/Cargo.lock index bfb2e3e4b..0b07ef9ad 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1928,7 +1928,7 @@ dependencies = [ [[package]] name = "rumqttd" -version = "0.12.7" +version = "0.13.0" dependencies = [ "axum", "bytes", diff --git a/rumqttd/CHANGELOG.md b/rumqttd/CHANGELOG.md index 0d4a790ba..65f36aaf6 100644 --- a/rumqttd/CHANGELOG.md +++ b/rumqttd/CHANGELOG.md @@ -20,6 +20,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Security --- + +## [rumqttd 0.13.0] - 08-03-2023 + +- No change, only version bump + ## [rumqttd 0.12.7] - 04-03-2023 ### Changed diff --git a/rumqttd/Cargo.toml b/rumqttd/Cargo.toml index 08d85afda..986596e1f 100644 --- a/rumqttd/Cargo.toml +++ b/rumqttd/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rumqttd" -version = "0.12.7" +version = "0.13.0" license = "Apache-2.0" description = "rumqttd is a high performance MQTT broker written in Rust which is light weight and embeddable" authors = ["tekjar "]