diff --git a/ntex/CHANGES.md b/ntex/CHANGES.md index 3b110737..16fc0df5 100644 --- a/ntex/CHANGES.md +++ b/ntex/CHANGES.md @@ -1,5 +1,9 @@ # Changes +## [0.2.0] - 2021-02-21 + +* 0.2 release + ## [0.2.0-b.14] - 2021-02-20 * connect: Allow to access to inner type of Connect diff --git a/ntex/Cargo.toml b/ntex/Cargo.toml index 7b4fb6bc..16690a8a 100644 --- a/ntex/Cargo.toml +++ b/ntex/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ntex" -version = "0.2.0-b.14" +version = "0.2.0" authors = ["ntex contributors "] description = "Framework for composable network services" readme = "README.md"