From 94d00166748fa1059201d2dd6ba26f9d6fc53cf3 Mon Sep 17 00:00:00 2001
From: Emile Nijssen <emile@emilenijssen.nl>
Date: Sun, 17 Dec 2023 22:59:30 +0100
Subject: [PATCH] release 8

---
 docs/changelog.json | 3 ++-
 src/package.json    | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/docs/changelog.json b/docs/changelog.json
index feb49f89..43bbedeb 100644
--- a/docs/changelog.json
+++ b/docs/changelog.json
@@ -5,5 +5,6 @@
   "4": "Now with pretty charts for client's network speed. Enjoy!",
   "5": "Many small improvements & feature requests. Enjoy!",
   "6": "Many small performance improvements & bug fixes. Enjoy!",
-  "7": "Improved the look & performance of the upload/download chart."
+  "7": "Improved the look & performance of the upload/download chart.",
+  "8": "Updated to Node.js v20."
 }
\ No newline at end of file
diff --git a/src/package.json b/src/package.json
index b735cfa8..acc21ea2 100644
--- a/src/package.json
+++ b/src/package.json
@@ -1,5 +1,5 @@
 {
-  "release": 7,
+  "release": 8,
   "name": "wg-easy",
   "version": "1.0.0",
   "description": "",