From 73b355a9197b97a0647b3c9145be1e638ba02449 Mon Sep 17 00:00:00 2001 From: Rob Rudin Date: Thu, 30 Oct 2025 10:58:10 -0400 Subject: [PATCH] MLE-24976 Updated CHANGELOG --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 140b08a4..f1656241 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # CHANGELOG +## 4.0.0 + +This major release does not impact any client functionality, but rather raises the minimum required version of Node.js +to 22 or higher. It also updates all dependencies to their latest version and removes unnecessary dependencies that +were included in previous releases. + ## 3.7.1 #### Bug Fix - https://github.com/marklogic/node-client-api/issues/961