diff --git a/.release-please-manifest.json b/.release-please-manifest.json
index 448d10afc7..9bf38528e1 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -1,3 +1,3 @@
 {
-  ".": "5.4.0"
+  ".": "5.5.0"
 }
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 42a8d8f1a5..533d08e752 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,13 @@
 # Changelog
 
+## [5.5.0](https://github.com/netlify/next-runtime/compare/v5.4.0...v5.5.0) (2024-07-04)
+
+
+### Features
+
+* check for netlify forms workaround ([#2523](https://github.com/netlify/next-runtime/issues/2523)) ([b1a8620](https://github.com/netlify/next-runtime/commit/b1a8620b20e9a407f1c5234b81a15311fbd13b21))
+* use Netlify Durable Cache ([#2510](https://github.com/netlify/next-runtime/issues/2510)) ([233fc2f](https://github.com/netlify/next-runtime/commit/233fc2f0526467264995e586ab4c2ec1facdd5df))
+
 ## [5.4.0](https://github.com/netlify/next-runtime/compare/v5.3.3...v5.4.0) (2024-06-28)
 
 
diff --git a/package-lock.json b/package-lock.json
index 638c566a6d..61db98b71a 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "@netlify/plugin-nextjs",
-  "version": "5.4.0",
+  "version": "5.5.0",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "@netlify/plugin-nextjs",
-      "version": "5.4.0",
+      "version": "5.5.0",
       "license": "MIT",
       "devDependencies": {
         "@fastly/http-compute-js": "1.1.4",
diff --git a/package.json b/package.json
index 51b3ffe05d..d8fd33a6dd 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@netlify/plugin-nextjs",
-  "version": "5.4.0",
+  "version": "5.5.0",
   "description": "Run Next.js seamlessly on Netlify",
   "main": "./dist/index.js",
   "type": "module",