Skip to content

Commit af0f298

Browse files
authored
Merge pull request #257 from maxmind/greg/release
Release 2.2.0
2 parents bb39f7b + 042b8d7 commit af0f298

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

CHANGELOG.md

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

4-
2.2.0
4+
2.2.0 (2022-10-31)
55
------------------
66

7-
* Added `SHOPIFY_PAYMENTS` to the `Payment.Processor` enum.
8-
* Added `GOOGLE_PAY` to the `Payment.Processor` enum.
7+
* Added `GOOGLE_PAY` and `SHOPIFY_PAYMENTS` to the `Payment.Processor` enum.
8+
* Updated Jackson and GeoIP2 dependencies.
99

1010
2.1.0 (2022-03-28)
1111
------------------

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ To do this, add the dependency to your pom.xml:
1616
<dependency>
1717
<groupId>com.maxmind.minfraud</groupId>
1818
<artifactId>minfraud</artifactId>
19-
<version>2.1.0</version>
19+
<version>2.2.0</version>
2020
</dependency>
2121
```
2222

@@ -29,7 +29,7 @@ repositories {
2929
mavenCentral()
3030
}
3131
dependencies {
32-
compile 'com.maxmind.minfraud:minfraud:2.1.0'
32+
compile 'com.maxmind.minfraud:minfraud:2.2.0'
3333
}
3434
```
3535

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.maxmind.minfraud</groupId>
66
<artifactId>minfraud</artifactId>
7-
<version>2.1.1-SNAPSHOT</version>
7+
<version>2.2.1-SNAPSHOT</version>
88
<name>MaxMind minFraud Score, Insights, Factors and Report Transaction API</name>
99
<description>MaxMind minFraud Score, Insights, Factors and Report Transaction API</description>
1010
<url>http://dev.maxmind.com/minfraud</url>
@@ -47,7 +47,7 @@
4747
<dependency>
4848
<groupId>com.fasterxml.jackson.core</groupId>
4949
<artifactId>jackson-databind</artifactId>
50-
<version>2.13.4</version>
50+
<version>2.13.4.2</version>
5151
</dependency>
5252
<dependency>
5353
<groupId>com.fasterxml.jackson.core</groupId>
@@ -62,7 +62,7 @@
6262
<dependency>
6363
<groupId>com.maxmind.geoip2</groupId>
6464
<artifactId>geoip2</artifactId>
65-
<version>3.0.1</version>
65+
<version>3.0.2</version>
6666
</dependency>
6767
<dependency>
6868
<groupId>commons-validator</groupId>

0 commit comments

Comments
 (0)