From 76d790425fef4b7a5c444d767789cfc4e1886ae8 Mon Sep 17 00:00:00 2001 From: Nikolay Kim Date: Mon, 21 May 2018 19:07:56 -0700 Subject: [PATCH] bump version --- CHANGES.md | 2 ++ Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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"