diff --git a/CHANGELOG.md b/CHANGELOG.md index f2577866c2..e248867bca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +## v0.9.0 (2016-04-21) + + +#### Features + +* **net:** Add Ssl impls for security-framework ([f37315b2](https://github.com/hyperium/hyper/commit/f37315b2708e092eaf5177a6960df9f7bf11eb5c)) + + +#### Breaking Changes + +* The re-exported Url type has breaking changes. + ([8fa7a989](https://github.com/hyperium/hyper/commit/8fa7a9896809ef2a24994993b91981105a520f26)) + + ### v0.8.1 (2016-04-13) diff --git a/Cargo.toml b/Cargo.toml index 0ced4e0e2e..b115b790bd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "hyper" -version = "0.8.1" +version = "0.9.0" description = "A modern HTTP library." readme = "README.md" documentation = "http://hyperium.github.io/hyper/hyper/index.html"