Skip to content

Commit 9eea7c9

Browse files
authored
Merge pull request #450 from maxmind/greg/eng-1064
Release 3.6.0
2 parents 256ec5e + 116f0e2 commit 9eea7c9

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
CHANGELOG
22
=========
33

4-
3.6.0
4+
3.6.0 (2025-02-10)
55
------------------
66

77
* The minFraud Factors subscores have been deprecated. They will be removed

README.md

Lines changed: 3 additions & 3 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>3.6.0-beta.1</version>
19+
<version>3.6.0</version>
2020
</dependency>
2121
```
2222

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

@@ -294,6 +294,6 @@ This API uses [Semantic Versioning](https://semver.org/).
294294

295295
## Copyright and License ##
296296

297-
This software is Copyright (c) 2015-2024 by MaxMind, Inc.
297+
This software is Copyright (c) 2015-2025 by MaxMind, Inc.
298298

299299
This is free software, licensed under the Apache License, Version 2.0.

dev-bin/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ version: $tag
7272
EOF
7373

7474
perl -pi -e "s/(?<=<version>)[^<]*/$version/" README.md
75-
perl -pi -e "s/(?<=com\.maxmind\.minfraud\:minfraud\:)\d+\.\d+\.\d+([\w\-]+)?/$version/" README.md
75+
perl -pi -e "s/(?<=com\.maxmind\.minfraud\:minfraud\:)\d+\.\d+\.\d+[^']*/$version/" README.md
7676

7777
cat README.md >> $page
7878

pom.xml

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

55
<groupId>com.maxmind.minfraud</groupId>
66
<artifactId>minfraud</artifactId>
7-
<version>3.6.1-beta.1-SNAPSHOT</version>
8-
<name>MaxMind minFraud Score, Insights, Factors and Report Transaction API</name>
7+
<version>3.6.1-SNAPSHOT</version>
8+
<name>MaxMind minFraud API</name>
99
<description>MaxMind minFraud Score, Insights, Factors and Report Transaction API</description>
1010
<url>http://dev.maxmind.com/minfraud</url>
1111
<licenses>

0 commit comments

Comments
 (0)