diff --git a/actix-service/CHANGES.md b/actix-service/CHANGES.md index 881667b2..3cf8fc4c 100644 --- a/actix-service/CHANGES.md +++ b/actix-service/CHANGES.md @@ -1,12 +1,12 @@ # Changes -## [0.3.3] - 2019-03-xx +## [0.3.3] - 2019-03-09 ### Added * Add `ApplyTransform` new service for transform and new service. -* Add `NewService::apply_cfg()` combinator, it allows to use +* Add `NewService::apply_cfg()` combinator, allows to use nested `NewService` with different config parameter. ### Changed diff --git a/actix-service/Cargo.toml b/actix-service/Cargo.toml index 705a762a..68ba8969 100644 --- a/actix-service/Cargo.toml +++ b/actix-service/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "actix-service" -version = "0.3.2" +version = "0.3.3" authors = ["Nikolay Kim "] description = "Actix Service" keywords = ["network", "framework", "async", "futures"]