diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a41102..51bcba3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +### 4.0.0 + +#### Breaking Changes +* NodeJS 14 is now required + +#### Other changes +* Dependencies are updated +* Node 14 is now required due to new requirement in `got` dependency + ### 3.0.9 * Fixes player info parsing issues on bf1942-based mods (Thanks cetteup) * Adds Project Zomboid support (Thanks xhip) diff --git a/package.json b/package.json index 1329b47..43c63aa 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ ], "main": "lib/index.js", "author": "GameDig Contributors", - "version": "3.0.9", + "version": "4.0.0", "repository": { "type": "git", "url": "https://github.com/gamedig/node-gamedig.git"