diff --git a/CHANGELOG.md b/CHANGELOG.md index 61ffbb5f..0efa42d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +### v0.7.2 (2016-01-04) + + +#### Bug Fixes + +* **buffer:** fix incorrect resizing of BufReader ([3a18e72b](https://github.com/hyperium/hyper/commit/3a18e72be67152834f6967c6d208f214288178ee), closes [#715](https://github.com/hyperium/hyper/issues/715)) + + +#### Features + +* **headers:** allow ExtendedValue structs to be formatted and used as struct members ([da0abe89](https://github.com/hyperium/hyper/commit/da0abe8988a61281b447a554b65ea8fd5d54f81b)) + + ### v0.7.1 (2015-12-19) diff --git a/Cargo.toml b/Cargo.toml index 4b2a0b31..2bad231e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "hyper" -version = "0.7.1" +version = "0.7.2" description = "A modern HTTP library." readme = "README.md" documentation = "http://hyperium.github.io/hyper/hyper/index.html"