We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fda46a7 commit 47637a9Copy full SHA for 47637a9
HISTORY.rst
@@ -3,8 +3,11 @@
3
History
4
-------
5
6
+1.1.0 (2016-10-10)
7
+++++++++++++++++++
8
+
9
* Added the following new values to the ``/event/type`` validation:
- ``email_change`` and ``password_reset``
10
+ ``email_change`` and ``password_reset``.
11
12
1.0.0 (2016-09-15)
13
++++++++++++++++++
minfraud/version.py
@@ -1,2 +1,2 @@
1
"""Internal module for version (to prevent cyclic imports)"""
2
-__version__ = '1.0.0'
+__version__ = '1.1.0'
0 commit comments