diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f30888a..5cc0cb4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +### v0.3.5 (2015-03-28) + + +#### Bug Fixes + +* **http:** read more before triggering TooLargeError ([cb59f609](https://github.com/hyperium/hyper/commit/cb59f609c61a097d5d9fa728b9df33d79922573b), closes [#389](https://github.com/hyperium/hyper/issues/389)) + + ### v0.3.4 (2015-03-26) diff --git a/Cargo.toml b/Cargo.toml index 37847ebd..bb76e23f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "hyper" -version = "0.3.4" +version = "0.3.5" description = "A modern HTTP library." readme = "README.md" documentation = "http://hyperium.github.io/hyper/hyper/index.html"