diff --git a/.release-please-manifest-individual.json b/.release-please-manifest-individual.json
index 7ec52424c845..c0ff3c93d847 100644
--- a/.release-please-manifest-individual.json
+++ b/.release-please-manifest-individual.json
@@ -3,7 +3,7 @@
   "auth/oauth2adapt": "0.2.6",
   "bigquery": "1.65.0",
   "bigtable": "1.34.0",
-  "datastore": "1.20.0",
+  "datastore": "1.20.1",
   "errorreporting": "0.3.2",
   "firestore": "1.18.0",
   "logging": "1.13.0",
diff --git a/datastore/CHANGES.md b/datastore/CHANGES.md
index 7865836717f1..0427147b2f0e 100644
--- a/datastore/CHANGES.md
+++ b/datastore/CHANGES.md
@@ -1,5 +1,12 @@
 # Changes
 
+## [1.20.1](https://github.com/googleapis/google-cloud-go/compare/datastore/v1.20.0...datastore/v1.20.1) (2025-01-09)
+
+
+### Bug Fixes
+
+* **datastore:** Update golang.org/x/net to v0.33.0 ([e9b0b69](https://github.com/googleapis/google-cloud-go/commit/e9b0b69644ea5b276cacff0a707e8a5e87efafc9))
+
 ## [1.20.0](https://github.com/googleapis/google-cloud-go/compare/datastore/v1.19.0...datastore/v1.20.0) (2024-10-29)
 
 
diff --git a/datastore/internal/version.go b/datastore/internal/version.go
index 0b0f0e914120..e939b9f5e080 100644
--- a/datastore/internal/version.go
+++ b/datastore/internal/version.go
@@ -15,4 +15,4 @@
 package internal
 
 // Version is the current tagged release of the library.
-const Version = "1.20.0"
+const Version = "1.20.1"