diff --git a/ntex-rt/CHANGES.md b/ntex-rt/CHANGES.md index 536a64ca..0e911638 100644 --- a/ntex-rt/CHANGES.md +++ b/ntex-rt/CHANGES.md @@ -1,5 +1,9 @@ # Changes +## [0.4.25] - 2025-03-11 + +* Adds Send bound to arbiter exec (#514) + ## [0.4.24] - 2025-01-03 * Relax runtime requirements diff --git a/ntex-rt/Cargo.toml b/ntex-rt/Cargo.toml index 92b15284..d64dc261 100644 --- a/ntex-rt/Cargo.toml +++ b/ntex-rt/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ntex-rt" -version = "0.4.24" +version = "0.4.25" authors = ["ntex contributors "] description = "ntex runtime" keywords = ["network", "framework", "async", "futures"]