diff --git a/ntex-util/CHANGES.md b/ntex-util/CHANGES.md index 5aab61a6..fbb386ff 100644 --- a/ntex-util/CHANGES.md +++ b/ntex-util/CHANGES.md @@ -1,5 +1,9 @@ # Changes +## [2.6.1] - 2024-11-23 + +* Remove debug print + ## [2.6.0] - 2024-11-19 * Use Cell instead of RefCell for timer diff --git a/ntex-util/Cargo.toml b/ntex-util/Cargo.toml index 3f717b77..0e5061f4 100644 --- a/ntex-util/Cargo.toml +++ b/ntex-util/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ntex-util" -version = "2.6.0" +version = "2.6.1" authors = ["ntex contributors "] description = "Utilities for ntex framework" keywords = ["network", "framework", "async", "futures"]