diff --git a/CHANGELOG.md b/CHANGELOG.md index a1efc6aec6..2a00e64441 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,24 @@ +### v0.1.11 (2015-02-06) + + +#### Bug Fixes + +* **readme:** Make the README client example work ([9b5d6aab](https://github.com/hyperium/hyper/commit/9b5d6aab7e68cf776618151e9e69e34fd66aba6c)) + + +#### Features + +* **headers:** add IfUnmodifiedSince header ([b5543b67](https://github.com/hyperium/hyper/commit/b5543b67525e3d6ebc655d7e1736c8ade5b6dbb0)) + + +#### Breaking Changes + +* for any consumers of the Etag header, since the entity +tag is now in a tuple. + + ([28fd5c81](https://github.com/hyperium/hyper/commit/28fd5c81f54bb0ea3eda43a4014c736d00b4b07d)) + + ### v0.1.10 (2015-02-03) diff --git a/Cargo.toml b/Cargo.toml index 41c126b651..c3ec53ef58 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "hyper" -version = "0.1.10" +version = "0.1.11" description = "A modern HTTP library." readme = "README.md" documentation = "http://hyperium.github.io/hyper/hyper/index.html"