Skip to content

Commit

Permalink
Release 6.0.0 (#103)
Browse files Browse the repository at this point in the history

Co-authored-by: marysieek <[email protected]>
Co-authored-by: Dawid Libiszewski <[email protected]>
Co-authored-by: bartes <[email protected]>
  • Loading branch information
4 people authored Jun 2, 2021
1 parent 9e7c5f1 commit a3732f9
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
master
------

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

Breaking Changes:
~~~~~~~~~~~~~~~~~
- `#101 <https://github.com/castle/castle-python/pull/101>`__ remove ``identify`` and ``review`` commands - they are no longer supported
- `#101 <https://github.com/castle/castle-python/pull/101>`__ remove ``Castle::Events`` - please use `recognized events <https://docs.castle.io/v1/reference/events/>__` instead

Features:
~~~~~~~~~
- `#104 <https://github.com/castle/castle-python/pull/104>`__ add "filter", "log" and "risk" actions

Enhancements:
~~~~~~~~~~~~~
- `#100 <https://github.com/castle/castle-python/pull/100>`__ add ``X-Requested-With`` header support

5.0.1 (2021-01-19)
------------------

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

0 comments on commit a3732f9

Please sign in to comment.