diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b4fe870..bce0c47b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +### v0.6.3 (2015-07-08) + + +#### Bug Fixes + +* **lint:** change deny(missing_docs) to only apply for tests ([5994a6f8](https://github.com/hyperium/hyper/commit/5994a6f8b4e48c9ab766e425dba210bdac59b00b), closes [#600](https://github.com/hyperium/hyper/issues/600)) + + ### v0.6.2 (2015-07-06) diff --git a/Cargo.toml b/Cargo.toml index be09f764..1416e12d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "hyper" -version = "0.6.2" +version = "0.6.3" description = "A modern HTTP library." readme = "README.md" documentation = "http://hyperium.github.io/hyper/hyper/index.html"