diff --git a/ntex/CHANGES.md b/ntex/CHANGES.md index dc61776a..c2de75b2 100644 --- a/ntex/CHANGES.md +++ b/ntex/CHANGES.md @@ -1,5 +1,9 @@ # Changes +## [2.12.1] - 2025-03-14 + +* Allow to disable test logging (no-test-logging features) + ## [2.12.0] - 2025-03-12 * Add neon runtime support diff --git a/ntex/Cargo.toml b/ntex/Cargo.toml index e7d49ac8..0dfac797 100644 --- a/ntex/Cargo.toml +++ b/ntex/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ntex" -version = "2.12.0" +version = "2.12.1" authors = ["ntex contributors "] description = "Framework for composable network services" readme = "README.md"