Skip to content

Commit 9c42a13

Browse files
committed
Add EMAIL_CHANGE and PASSWORD_RESET to Event.Type enum
1 parent f5198e5 commit 9c42a13

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
CHANGELOG
22
=========
33

4+
1.0.1
5+
------------------
6+
* Added two new types to the `Event.Type` enum: `EMAIL_CHANGE` and
7+
`PASSWORD_RESET`.
8+
49
1.0.0 (2016-09-16)
510
------------------
611

src/main/java/com/maxmind/minfraud/request/Event.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,8 @@ public Type getType() {
118118
public enum Type {
119119
ACCOUNT_CREATION,
120120
ACCOUNT_LOGIN,
121+
EMAIL_CHANGE,
122+
PASSWORD_RESET,
121123
PURCHASE,
122124
RECURRING_PURCHASE,
123125
REFERRAL,

0 commit comments

Comments
 (0)