diff --git a/Cargo.lock b/Cargo.lock index 4960d5ffa..49044e4bf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1878,7 +1878,7 @@ dependencies = [ [[package]] name = "rumqttd" -version = "0.16.0" +version = "0.17.0" dependencies = [ "async-tungstenite", "axum", diff --git a/rumqttd/CHANGELOG.md b/rumqttd/CHANGELOG.md index 68b2d7224..386f61375 100644 --- a/rumqttd/CHANGELOG.md +++ b/rumqttd/CHANGELOG.md @@ -7,9 +7,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Added + +### Changed + +### Deprecated + +### Removed + +### Fixed + +### Security + +--- + +## [rumqttd 0.17.0] - 15-08-2023 + ### Added - Subscription IDs in v5 publish packets (#632) - Shared Subscriptions with configurable strategies (#668) +- Bump dependencies to latest (#666) ### Changed diff --git a/rumqttd/Cargo.toml b/rumqttd/Cargo.toml index 83f028131..5d2cda512 100644 --- a/rumqttd/Cargo.toml +++ b/rumqttd/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rumqttd" -version = "0.16.0" +version = "0.17.0" license = "Apache-2.0" description = "rumqttd is a high performance MQTT broker written in Rust which is light weight and embeddable" authors = ["tekjar "]