We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc5d24b commit 3a83027Copy full SHA for 3a83027
2 files changed
CHANGELOG.rst
@@ -1,6 +1,21 @@
1
master
2
------
3
4
+6.1.0 (2022-03-14)
5
+------------------
6
+- `#111 <https://github.com/castle/castle-python/pull/111>`__ fix context preparation issues
7
+- `#111 <https://github.com/castle/castle-python/pull/111>`__ remove SDK based validations
8
+
9
+Features:
10
+~~~~~~~~~
11
+- `#111 <https://github.com/castle/castle-python/pull/111>`__ add InvalidRequestTokenError
12
13
+Enhancements:
14
+~~~~~~~~~~~~~
15
+- `#111 <https://github.com/castle/castle-python/pull/111>`__ remove X-Castle headers from the allowlist
16
+- `#112 <https://github.com/castle/castle-python/pull/112>`__ extend failover response with policy action
17
18
19
6.0.0 (2021-06-02)
20
------------------
21
castle/version.py
@@ -1 +1 @@
-VERSION = '6.0.0'
+VERSION = '6.1.0'
0 commit comments