diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b0145d0..0a8df650 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +### v0.3.14 (2015-04-18) + + +#### Bug Fixes + +* **http:** Adjust httparse Request and Response lifetimes. ([76550fdb](https://github.com/hyperium/hyper/commit/76550fdb20bb812e92a1fc3f3a7eaaf4a689348b)) + + ### v0.3.13 (2015-04-17) diff --git a/Cargo.toml b/Cargo.toml index a1f9c7a8..3c2e54e6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "hyper" -version = "0.3.13" +version = "0.3.14" description = "A modern HTTP library." readme = "README.md" documentation = "http://hyperium.github.io/hyper/hyper/index.html"