diff --git a/CHANGELOG.md b/CHANGELOG.md index 476f476..9d785a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ # Changelog -## v0.16.1 (Unreleased) +## v0.16.1 (2024-12-12) - Decoding of requests/responses: Disable max. PDU size checks for custom functions diff --git a/Cargo.toml b/Cargo.toml index bbbf863..918ea1b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "tokio-modbus" description = "Tokio-based Modbus library" -version = "0.16.0" +version = "0.16.1" authors = ["slowtec GmbH ", "Markus Kohlhase "] license = "MIT OR Apache-2.0" readme = "README.md"