diff --git a/CHANGELOG.md b/CHANGELOG.md index 86528bd6..76076ed9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +### v0.6.8 (2015-08-03) + + +#### Features + +* **raw-fd:** implement FromRawFd/FromRawSocket ([664bde58](https://github.com/hyperium/hyper/commit/664bde58d8a6b2d6ce5624ed96b8d6d68214a782)) + + ### v0.6.7 (2015-08-03) diff --git a/Cargo.toml b/Cargo.toml index 5611c4ee..bcdd51fd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "hyper" -version = "0.6.7" +version = "0.6.8" description = "A modern HTTP library." readme = "README.md" documentation = "http://hyperium.github.io/hyper/hyper/index.html"