Skip to content

Commit da64e47

Browse files
authored
Merge pull request #1558 from maxmind/greg/eng-1065
Release 8.0.0
2 parents c79d971 + 8298619 commit da64e47

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

CHANGELOG.md

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

4-
8.0.0
5-
-----------------
4+
8.0.0 (2025-02-10)
5+
------------------
66

77
* **Breaking** Internal webservice calls now use Node's built-in `fetch` instead of `http`. This
88
will affect users who are on unsupported versions of Node, specifically Node 17 and below.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Node.js API for MaxMind minFraud Score, Insights, and Factors
1+
# Node.js API for MaxMind minFraud
22

33
## Description
44

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

298298
## Copyright and License
299299

300-
This software is Copyright (c) 2019-2024 by MaxMind, Inc.
300+
This software is Copyright (c) 2019-2025 by MaxMind, Inc.
301301

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@maxmind/minfraud-api-node",
3-
"version": "7.1.0-beta.1",
4-
"description": "Node.js API for MaxMind minFraud Score, Insights, and Factors web services",
3+
"version": "8.0.0",
4+
"description": "Node.js API for MaxMind minFraud web services",
55
"main": "dist/src/index.js",
66
"homepage": "https://github.com/maxmind/minfraud-api-node",
77
"repository": {

0 commit comments

Comments
 (0)