diff --git a/.changeset/serious-cows-trade.md b/.changeset/serious-cows-trade.md
deleted file mode 100644
index a2fbbdd7713..00000000000
--- a/.changeset/serious-cows-trade.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"@apollo/client": patch
----
-
-Fix an issue where errors returned from a `fetchMore` call from a Suspense hook would cause a Suspense boundary to be shown indefinitely.
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 512021685e3..6961a35e88e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
 # @apollo/client
 
+## 3.11.9
+
+### Patch Changes
+
+- [#12110](https://github.com/apollographql/apollo-client/pull/12110) [`a3f95c6`](https://github.com/apollographql/apollo-client/commit/a3f95c6f7623060bbf68b418b0ab268fabc0c9b6) Thanks [@jerelmiller](https://github.com/jerelmiller)! - Fix an issue where errors returned from a `fetchMore` call from a Suspense hook would cause a Suspense boundary to be shown indefinitely.
+
 ## 3.11.8
 
 ### Patch Changes
diff --git a/package-lock.json b/package-lock.json
index 63c9e55169c..c5b87a4db1c 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "@apollo/client",
-  "version": "3.11.8",
+  "version": "3.11.9",
   "lockfileVersion": 3,
   "requires": true,
   "packages": {
     "": {
       "name": "@apollo/client",
-      "version": "3.11.8",
+      "version": "3.11.9",
       "hasInstallScript": true,
       "license": "MIT",
       "dependencies": {
diff --git a/package.json b/package.json
index afca1f6d5db..dd68435fc14 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@apollo/client",
-  "version": "3.11.8",
+  "version": "3.11.9",
   "description": "A fully-featured caching GraphQL client.",
   "private": true,
   "keywords": [