From 715ad6ea991de5037b2466f562939e3b2b02e84a Mon Sep 17 00:00:00 2001 From: "Stephen M. Coakley" Date: Mon, 17 Sep 2018 22:19:43 -0500 Subject: [PATCH] Prepare 0.2.2 release --- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 441b7993..a40a96f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 0.2.2 - 2018-09-17 + +- Fix following redirect policies not being respected correctly. + ## 0.2.1 - 2018-09-15 - Enable HTTP/2 support. diff --git a/Cargo.toml b/Cargo.toml index 53f6ad80..fa047c41 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chttp" -version = "0.2.1" +version = "0.2.2" description = "The practical HTTP client that is fun to use." authors = ["Stephen M. Coakley "] license = "MIT"