diff --git a/ntex/CHANGES.md b/ntex/CHANGES.md index 2e6b077e..cb75aabc 100644 --- a/ntex/CHANGES.md +++ b/ntex/CHANGES.md @@ -1,6 +1,8 @@ # Changes -## [2.12.3] - 2025-03-xx +## [2.12.3] - 2025-03-22 + +* web: Export web::app_service::AppService #534 * http: Add delay for test server availability, could cause connect race diff --git a/ntex/Cargo.toml b/ntex/Cargo.toml index d8cbdd26..5cd86a12 100644 --- a/ntex/Cargo.toml +++ b/ntex/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ntex" -version = "2.12.2" +version = "2.12.3" authors = ["ntex contributors "] description = "Framework for composable network services" readme = "README.md"