diff --git a/CHANGELOG.md b/CHANGELOG.md index 5eddc79b..839799ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +### v0.2.1 (2015-02-27) + + +### v0.2.1 (2015-02-27) + + +#### Bug Fixes + +* **rustup:** str.split and associated type changes ([1b6e6a04](https://github.com/hyperium/hyper/commit/1b6e6a040fa26a8b3855ac46ccbcd5ee78065c71)) + + +#### Features + +* **headers:** add remove_raw method and corresponding test ([4f576780](https://github.com/hyperium/hyper/commit/4f576780c24ff3f943d5f821730ba65f4cdf8d4a), closes [#326](https://github.com/hyperium/hyper/issues/326)) + + ## v0.2.0 (2015-02-21) diff --git a/Cargo.toml b/Cargo.toml index 07a4e8c3..5958bc84 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "hyper" -version = "0.2.0" +version = "0.2.1" description = "A modern HTTP library." readme = "README.md" documentation = "http://hyperium.github.io/hyper/hyper/index.html"