diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6c2dc20..ea264dd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,22 @@ Also see **[GitHub releases](https://github.com/dominique-mueller/hugo-installer
+## [4.0.0](https://github.com/dominique-mueller/hugo-installer/releases/tag/4.0.0) (2022-09-13)
+
+### Bug Fixes
+
+- Fix compatibility with newer Hugo binaries ([#46](https://github.com/dominique-mueller/hugo-installer/pull/46))
+
+### Documentation
+
+- Fix typo in README ([#45](https://github.com/dominique-mueller/hugo-installer/pull/45))
+
+### BREAKING CHANGES
+
+- NodeJS 14 (or higher) is now required
+
+
+
## [3.1.0](https://github.com/dominique-mueller/hugo-installer/releases/tag/3.1.0) (2021-07-23)
### Features
diff --git a/package-lock.json b/package-lock.json
index 18b1d02..3985c3f 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "hugo-installer",
- "version": "3.1.0",
+ "version": "4.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
diff --git a/package.json b/package.json
index 95b4c6c..a5a6592 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "hugo-installer",
"description": "Installs hugo into your repository.",
- "version": "3.1.0",
+ "version": "4.0.0",
"license": "MIT",
"repository": {
"type": "git",