diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f639489..8f34aa91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +### v0.6.13 (2015-09-02) + + +#### Bug Fixes + +* **client:** EofReader by nature means the connection is closed ([32e09a04](https://github.com/hyperium/hyper/commit/32e09a04292b0247456a8fb9003a75a6abaa998e)) + + ### v0.6.12 (2015-09-01) diff --git a/Cargo.toml b/Cargo.toml index 60e3ed1d..030aa04f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "hyper" -version = "0.6.12" +version = "0.6.13" description = "A modern HTTP library." readme = "README.md" documentation = "http://hyperium.github.io/hyper/hyper/index.html"