diff --git a/CHANGES.md b/CHANGES.md index 1ed434b74..09c398772 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -10,8 +10,8 @@ * Add `test::TestRequest::set_json()` convenience method to automatically serialize data and set header in test requests. - -* Add codegen now supports head, options, trace, connect and patch http methods + +* Add macros for head, options, trace, connect and patch http methods ### Changes diff --git a/actix-web-codegen/CHANGES.md b/actix-web-codegen/CHANGES.md index ac1861118..7cc0c164f 100644 --- a/actix-web-codegen/CHANGES.md +++ b/actix-web-codegen/CHANGES.md @@ -1,5 +1,9 @@ # Changes +## [0.1.2] - 2019-06-04 + +* Add macros for head, options, trace, connect and patch http methods + ## [0.1.1] - 2019-06-01 * Add syn "extra-traits" feature diff --git a/actix-web-codegen/Cargo.toml b/actix-web-codegen/Cargo.toml index 5557441c4..23e9a432f 100644 --- a/actix-web-codegen/Cargo.toml +++ b/actix-web-codegen/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "actix-web-codegen" -version = "0.1.1" +version = "0.1.2" description = "Actix web proc macros" readme = "README.md" authors = ["Nikolay Kim "]