diff --git a/ntex-http/CHANGES.md b/ntex-http/CHANGES.md index c562408d..684a2a44 100644 --- a/ntex-http/CHANGES.md +++ b/ntex-http/CHANGES.md @@ -1,6 +1,10 @@ # Changes -## [0.1.0] - 2022-06-26 +## [0.1.2] - 2022-11-01 + +* Re-export http::Error + +## [0.1.1] - 2022-06-26 * impl PartialEq for HeaderMap diff --git a/ntex-http/Cargo.toml b/ntex-http/Cargo.toml index f928d33e..448c6ce7 100644 --- a/ntex-http/Cargo.toml +++ b/ntex-http/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ntex-http" -version = "0.1.1" +version = "0.1.2" authors = ["ntex contributors "] description = "Http types for ntex framework" keywords = ["network", "framework", "async", "futures"]