We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5738ad1 commit 8298619Copy full SHA for 8298619
CHANGELOG.md
@@ -1,8 +1,8 @@
1
CHANGELOG
2
=========
3
4
-8.0.0
5
------------------
+8.0.0 (2025-02-10)
+------------------
6
7
* **Breaking** Internal webservice calls now use Node's built-in `fetch` instead of `http`. This
8
will affect users who are on unsupported versions of Node, specifically Node 17 and below.
package.json
@@ -1,6 +1,6 @@
{
"name": "@maxmind/minfraud-api-node",
- "version": "7.1.0-beta.1",
+ "version": "8.0.0",
"description": "Node.js API for MaxMind minFraud web services",
"main": "dist/src/index.js",
"homepage": "https://github.com/maxmind/minfraud-api-node",
0 commit comments