diff --git a/CHANGES.md b/CHANGES.md index 674a99548..372f4350a 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,7 @@ # Changes +## 0.6.9 (2018-05-22) + * Drop connection if request's payload is not fulle consumed #236 diff --git a/Cargo.toml b/Cargo.toml index 9352abed3..2d721da23 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "actix-web" -version = "0.6.8" +version = "0.6.9" authors = ["Nikolay Kim "] description = "Actix web is a simple, pragmatic and extremely fast web framework for Rust." readme = "README.md"