From 11f10ccdf26fc3146520b18e4541020d1122d05c Mon Sep 17 00:00:00 2001 From: Sean McArthur Date: Fri, 13 Feb 2015 12:28:43 -0800 Subject: [PATCH] v0.1.12 --- CHANGELOG.md | 13 +++++++++++++ Cargo.toml | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a00e644..46bc3a23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +### v0.1.12 (2015-02-13) + + +#### Bug Fixes + +* **net:** don't stop the server when an SSL handshake fails with EOF ([55f12660](https://github.com/hyperium/hyper/commit/55f12660891812d13a59e799b0ab5b185926479a)) + + +#### Features + +* **headers:** Add `If-None-Match` header field ([318b067a](https://github.com/hyperium/hyper/commit/318b067a06ecb42f0fba51928675d3b4291c7643), closes [#238](https://github.com/hyperium/hyper/issues/238)) + + ### v0.1.11 (2015-02-06) diff --git a/Cargo.toml b/Cargo.toml index c3ec53ef..84109c47 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "hyper" -version = "0.1.11" +version = "0.1.12" description = "A modern HTTP library." readme = "README.md" documentation = "http://hyperium.github.io/hyper/hyper/index.html"