diff --git a/CHANGELOG.md b/CHANGELOG.md index 3054cc0b..4f30888a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +### v0.3.4 (2015-03-26) + + +#### Bug Fixes + +* **rustup:** static bounds required on Type definition, trivial_casts ([eee7a85d](https://github.com/hyperium/hyper/commit/eee7a85d3c3a3f51a1c3c12496c0e45ea312524e)) + + ### v0.3.3 (2015-03-25) diff --git a/Cargo.toml b/Cargo.toml index 44143c8c..37847ebd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "hyper" -version = "0.3.3" +version = "0.3.4" description = "A modern HTTP library." readme = "README.md" documentation = "http://hyperium.github.io/hyper/hyper/index.html"