diff --git a/ntex-async-std/CHANGES.md b/ntex-async-std/CHANGES.md index 1a41de4b..53ba72ac 100644 --- a/ntex-async-std/CHANGES.md +++ b/ntex-async-std/CHANGES.md @@ -1,5 +1,9 @@ # Changes +## [0.4.0] - 2024-01-09 + +* Release + ## [0.4.0-b.0] - 2024-01-07 * Use "async fn" in trait for Service definition diff --git a/ntex-glommio/CHANGES.md b/ntex-glommio/CHANGES.md index adee957b..949d9022 100644 --- a/ntex-glommio/CHANGES.md +++ b/ntex-glommio/CHANGES.md @@ -1,5 +1,9 @@ # Changes +## [0.4.0] - 2024-01-09 + +* Release + ## [0.4.0-b.0] - 2024-01-07 * Use "async fn" in trait for Service definition diff --git a/ntex-io/CHANGES.md b/ntex-io/CHANGES.md index 35c99077..1f25051d 100644 --- a/ntex-io/CHANGES.md +++ b/ntex-io/CHANGES.md @@ -1,5 +1,9 @@ # Changes +## [1.0.0] - 2024-01-09 + +* Release + ## [1.0.0-b.1] - 2024-01-08 * Remove FilterFactory trait and related utils