From eba8ad4b559de6ae245c7bcdcf1f92d697a60653 Mon Sep 17 00:00:00 2001 From: mdipierro Date: Tue, 12 Apr 2016 15:45:54 -0500 Subject: [PATCH] fixed CHANGELOG --- CHANGELOG | 4 ++-- VERSION | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 1d0cc0dc..cf4646c9 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,4 @@ -## 2.14.1 - +## 2.14.1-4 - fixed two major security issues that caused the examples app to leak information - new Auth(…,host_names=[…]) to prevent host header injection @@ -45,6 +44,7 @@ sessiondb = RedisSession(redis_conn=rconn, session_expiry=False) session.connect(request, response, db = sessiondb) +Many thanks to Richard and Simone for their work and dedication. ## 2.13.* diff --git a/VERSION b/VERSION index 60841a6f..a5e63ff8 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 2.14.3-stable+timestamp.2016.03.26.17.54.43 +Version 2.14.4-stable+timestamp.2016.04.12.15.44.54