diff --git a/doc/releasenotes/11_0_1_release_notes.md b/doc/releasenotes/11_0_1_release_notes.md
new file mode 100644
index 00000000000..4464046dbc3
--- /dev/null
+++ b/doc/releasenotes/11_0_1_release_notes.md
@@ -0,0 +1,17 @@
+## Bug fixes
+### Cluster management
+ * Port #8422 to 11.0 branch #8744
+### Query Serving
+ * Handle subquery merging with references correctly #8661
+ * onlineddl Executor: build schema with DBA user #8667
+ * Backport to 11: Fixing a panic in vtgate with OLAP mode #8746
+ * Backport into 11: default to primary tablet if not set in VStream api #8766
+### VReplication
+ * Refresh SrvVSchema after an ExternalizeVindex: was missing #8669
+## CI/Build
+### Build/CI
+ * Vitess Release 11.0.0 #8549
+ * Backport to 11: Updated Makefile do_release script to include godoc steps #8787
+
+The release includes 18 commits (excluding merges)
+Thanks to all our contributors: @aquarapid, @askdba, @frouioui, @harshit-gangal, @rohit-nayak-ps, @shlomi-noach, @systay
diff --git a/go/vt/servenv/version.go b/go/vt/servenv/version.go
index cb1233a40c8..256bd9511cf 100644
--- a/go/vt/servenv/version.go
+++ b/go/vt/servenv/version.go
@@ -1,3 +1,3 @@
package servenv
-const versionName = "11.0.1-SNAPSHOT"
+const versionName = "11.0.1"
diff --git a/java/client/pom.xml b/java/client/pom.xml
index 184666125e4..7f20f94ce20 100644
--- a/java/client/pom.xml
+++ b/java/client/pom.xml
@@ -5,7 +5,7 @@
io.vitess
vitess-parent
- 11.0.1-SNAPSHOT
+ 11.0.1
vitess-client
diff --git a/java/example/pom.xml b/java/example/pom.xml
index e4c93236fb0..00ded5fe5d5 100644
--- a/java/example/pom.xml
+++ b/java/example/pom.xml
@@ -5,7 +5,7 @@
io.vitess
vitess-parent
- 11.0.1-SNAPSHOT
+ 11.0.1
vitess-example
diff --git a/java/grpc-client/pom.xml b/java/grpc-client/pom.xml
index ed2278aa0d6..e209be49a1c 100644
--- a/java/grpc-client/pom.xml
+++ b/java/grpc-client/pom.xml
@@ -5,7 +5,7 @@
io.vitess
vitess-parent
- 11.0.1-SNAPSHOT
+ 11.0.1
vitess-grpc-client
diff --git a/java/jdbc/pom.xml b/java/jdbc/pom.xml
index 12498d3bb9b..f9f95bb9e16 100644
--- a/java/jdbc/pom.xml
+++ b/java/jdbc/pom.xml
@@ -5,7 +5,7 @@
io.vitess
vitess-parent
- 11.0.1-SNAPSHOT
+ 11.0.1
vitess-jdbc
diff --git a/java/pom.xml b/java/pom.xml
index bff52193c45..2d1a2a7fce9 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -11,7 +11,7 @@
io.vitess
vitess-parent
- 11.0.1-SNAPSHOT
+ 11.0.1
pom
Vitess Java Client libraries [Parent]