From 17e844c7f5d71c87f09548b515dd0f86ed2055a9 Mon Sep 17 00:00:00 2001 From: Sergio Oliveira Date: Tue, 15 Dec 2015 12:09:02 -0200 Subject: [PATCH] Updated version and changelog Signed-off-by: Lucas Kanashiro Signed-off-by: Sergio Oliveira --- CHANGELOG.rst | 7 +++++++ revproxy/__init__.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 11c96fe..73a94bd 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,4 +1,11 @@ +0.9.9 (2015-12-15) +================= + +* Reorder header prior to httplib request. `Host` should be always the first +request header. + + 0.9.8 (2015-12-10) ================== diff --git a/revproxy/__init__.py b/revproxy/__init__.py index 17ea304..1b1a934 100644 --- a/revproxy/__init__.py +++ b/revproxy/__init__.py @@ -1 +1 @@ -__version__ = '0.9.8' +__version__ = '0.9.9'