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.
2 parents f5198e5 + 9c42a13 commit 51b6c6bCopy full SHA for 51b6c6b
2 files changed
CHANGELOG.md
@@ -1,6 +1,11 @@
1
CHANGELOG
2
=========
3
4
+1.0.1
5
+------------------
6
+* Added two new types to the `Event.Type` enum: `EMAIL_CHANGE` and
7
+ `PASSWORD_RESET`.
8
+
9
1.0.0 (2016-09-16)
10
------------------
11
src/main/java/com/maxmind/minfraud/request/Event.java
@@ -118,6 +118,8 @@ public Type getType() {
118
public enum Type {
119
ACCOUNT_CREATION,
120
ACCOUNT_LOGIN,
121
+ EMAIL_CHANGE,
122
+ PASSWORD_RESET,
123
PURCHASE,
124
RECURRING_PURCHASE,
125
REFERRAL,
0 commit comments