Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
## master

## 4.0.0 (2020-07-06)

### Features:
- [#69](https://github.com/castle/castle-python/pull/69/files) added impersonator to properties

### Breaking Changes:
- [#70](https://github.com/castle/castle-python/pull/70) dropped blacklist and whitelist support, in favour of denylist and allowlist

## 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
Expand Down
2 changes: 1 addition & 1 deletion castle/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = '3.3.0'
VERSION = '4.0.0'