Skip to content

Commit

Permalink
release 6.1.0 (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
bartes authored Mar 14, 2022
1 parent cc5d24b commit 3a83027
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
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'

0 comments on commit 3a83027

Please sign in to comment.