From 96751c5dc9422788751d03a33b5d4a3b9bf0b9c2 Mon Sep 17 00:00:00 2001 From: Maria Korlotian Date: Fri, 22 May 2020 17:25:18 +0200 Subject: [PATCH] release 3.3.0 (#68) --- HISTORY.md | 7 +++++-- castle/version.py | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 87ec546..e6a11e3 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,8 +1,12 @@ ## master +## 3.3.0 (2020-05-22) + +- [#67](https://github.com/castle/castle-python/pull/67) add `trusted_proxy_depth` and `trust_proxy_chain` configuration options + ## 3.2.0 (2020-02-31) -- [#64](https://github.com/castle/castle-python/pull/64)dropped X-Client-Id from calculation of ip, drop appending default ip headers to the ip_header list config when config is provided (in that case default headers have to explicitly provided) +- [#64](https://github.com/castle/castle-python/pull/64) dropped X-Client-Id from calculation of ip, drop appending default ip headers to the ip_header list config when config is provided (in that case default headers have to explicitly provided) ## 3.1.0 (2020-02-27) @@ -83,4 +87,3 @@ ## 1.0.0 (2017-10-16) * Initial release - diff --git a/castle/version.py b/castle/version.py index 11ad25d..5494318 100644 --- a/castle/version.py +++ b/castle/version.py @@ -1 +1 @@ -VERSION = '3.2.0' +VERSION = '3.3.0'