Skip to content

Commit 4340901

Browse files
authored
Merge pull request #1373 from maxmind/greg/7.0.0
Release 7.0.0
2 parents bb23ebd + c300eaf commit 4340901

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

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

4-
7.0.0
4+
7.0.0 (2024-07-08)
55
------------------
66

77
* **Breaking** Updated `TransactionReport` to make the `ipAddress` parameter
8-
optional. Now the `tag` and at least one of the following paramters must be
8+
optional. Now the `tag` and at least one of the following parameters must be
99
supplied: `ipAddress`, `maxmindId`, `minfraudId`, `transactionId`.
1010
* Added `billingPhone` and `shippingPhone` properties to the minFraud Insights
1111
and Factors response models. These contain objects with information about

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@maxmind/minfraud-api-node",
3-
"version": "6.1.0",
3+
"version": "7.0.0",
44
"description": "Node.js API for MaxMind minFraud Score, Insights, and Factors web services",
55
"main": "dist/src/index.js",
66
"homepage": "https://github.com/maxmind/minfraud-api-node",

0 commit comments

Comments
 (0)