diff --git a/CHANGES.md b/CHANGES.md index d5e60ee32..a1f2b6de9 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,9 +1,11 @@ # Changes -## 0.4.3 (2018-03-xx) +## 0.4.3 (2018-03-03) * Fix request body read bug +* Fix segmentation fault #79 + * Set reuse address before bind #90 diff --git a/Cargo.toml b/Cargo.toml index fef3bad0e..2c035c5d9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "actix-web" -version = "0.4.2" +version = "0.4.3" authors = ["Nikolay Kim "] description = "Actix web is a small, pragmatic, extremely fast, web framework for Rust." readme = "README.md"