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
15 changes: 15 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
master
------

6.1.0 (2022-03-14)
------------------
- `#111 <https://github.com/castle/castle-python/pull/111>`__ fix context preparation issues
- `#111 <https://github.com/castle/castle-python/pull/111>`__ remove SDK based validations

Features:
~~~~~~~~~
- `#111 <https://github.com/castle/castle-python/pull/111>`__ add InvalidRequestTokenError

Enhancements:
~~~~~~~~~~~~~
- `#111 <https://github.com/castle/castle-python/pull/111>`__ remove X-Castle headers from the allowlist
- `#112 <https://github.com/castle/castle-python/pull/112>`__ extend failover response with policy action


6.0.0 (2021-06-02)
------------------

Expand Down
2 changes: 1 addition & 1 deletion castle/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = '6.0.0'
VERSION = '6.1.0'