diff --git a/CHANGELOG.md b/CHANGELOG.md index 1317e1af..ea970817 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,13 @@ CHANGELOG ========= -3.7.0 +3.7.1 (2025-05-23) +------------------ + +* Updated `pom.xml` to fix issue with javadoc generation during the release + process. + +3.7.0 (2025-05-23) ------------------ * Added support for the `/billing_phone/matches_postal` and diff --git a/README.md b/README.md index a1505d6c..b63509ec 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ To do this, add the dependency to your pom.xml: com.maxmind.minfraud minfraud - 3.6.0 + 3.7.1 ``` @@ -29,7 +29,7 @@ repositories { mavenCentral() } dependencies { - compile 'com.maxmind.minfraud:minfraud:3.6.0' + compile 'com.maxmind.minfraud:minfraud:3.7.1' } ``` diff --git a/pom.xml b/pom.xml index cd38dfe6..4af9783f 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.maxmind.minfraud minfraud - 3.6.1-SNAPSHOT + 3.7.2-SNAPSHOT MaxMind minFraud API MaxMind minFraud Score, Insights, Factors and Report Transaction API http://dev.maxmind.com/minfraud @@ -178,6 +178,15 @@ 11 -missing + + + attach-javadocs + package + + jar + + + org.apache.maven.plugins