diff --git a/Cargo.lock b/Cargo.lock index 972feb141..fe1ba0567 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1934,7 +1934,7 @@ dependencies = [ [[package]] name = "rumqttc" -version = "0.20.0" +version = "0.21.0" dependencies = [ "async-tungstenite", "bytes", diff --git a/rumqttc/CHANGELOG.md b/rumqttc/CHANGELOG.md index 3c9f100a7..61909a934 100644 --- a/rumqttc/CHANGELOG.md +++ b/rumqttc/CHANGELOG.md @@ -7,6 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Added + +### Changed + +### Deprecated + +### Removed + +### Fixed + +### Security + +--- + +## [rumqttc 0.21.0] - 01-05-2023 + ### Added - Added support for MQTT5 features to v5 client - Refactored v5::mqttbytes to use associated functions & include properties @@ -28,7 +44,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Security ---- ## [rumqttc 0.20.0] - 17-01-2023 diff --git a/rumqttc/Cargo.toml b/rumqttc/Cargo.toml index d3dfe09e4..0b0aa5018 100644 --- a/rumqttc/Cargo.toml +++ b/rumqttc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rumqttc" -version = "0.20.0" +version = "0.21.0" description = "An efficient and robust mqtt client for your connected devices" license = "Apache-2.0" repository = "https://github.com/bytebeamio/rumqtt"