diff --git a/CHANGELOG.md b/CHANGELOG.md
index 06397a6..01044ad 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
 # Changelog
 
+## [2.4.0](https://github.com/filipecorrea/vicinityhash/compare/v2.3.0...v2.4.0) (2023-05-11)
+
+
+### Features
+
+* node 20 ([ca5a307](https://github.com/filipecorrea/vicinityhash/commit/ca5a3078e9748afe9a1ca27f6000a0afb29cafed))
+
 ## [2.3.0](https://github.com/filipecorrea/vicinityhash/compare/v2.2.6...v2.3.0) (2023-03-10)
 
 
diff --git a/package-lock.json b/package-lock.json
index 64e81ae..e9fd54f 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
 {
   "name": "vicinityhash",
-  "version": "2.3.0",
+  "version": "2.4.0",
   "lockfileVersion": 3,
   "requires": true,
   "packages": {
diff --git a/package.json b/package.json
index eae6146..1e7a2ab 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "vicinityhash",
-  "version": "2.3.0",
+  "version": "2.4.0",
   "description": "Geohashes based on latitude, longitude and radius",
   "main": "dist/index.js",
   "types": "dist/index.d.ts",