diff --git a/CHANGELOG.md b/CHANGELOG.md index 59fafd4e..d3aacf34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +### v0.3.7 (2015-03-31) + + +#### Bug Fixes + +* **buffer:** zero out new capacity when buffer grows ([cfdabd70](https://github.com/hyperium/hyper/commit/cfdabd70ecc3f5290ae1e6f7e5dfd50310d8658d)) + + +#### Features + +* **entitytag:** Add EntityTag comparison, make EntityTag safe to use ([9c21f7f9](https://github.com/hyperium/hyper/commit/9c21f7f953a5163792e71fb186cab391c45d1bb4)) + + ### v0.3.6 (2015-03-30) diff --git a/Cargo.toml b/Cargo.toml index ed705a61..82220de2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "hyper" -version = "0.3.6" +version = "0.3.7" description = "A modern HTTP library." readme = "README.md" documentation = "http://hyperium.github.io/hyper/hyper/index.html"