diff --git a/CHANGES.txt b/CHANGES.txt
index c4f4d09eef..ba2769e1a8 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,3 +1,9 @@
+4.1
+Merged from 4.0:
+Merged from 3.11:
+Merged from 3.0:
+
+
4.0-rc2
* Fix race in fat client removal (CASSANDRA-16238)
* Test org.apache.cassandra.net.AsyncPromiseTest FAILED (CASSANDRA-16596)
diff --git a/NEWS.txt b/NEWS.txt
index a35c4c5310..6f7fcf6495 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -33,6 +33,18 @@ restore snapshots created with the previous major version using the
'sstableloader' tool. You can upgrade the file format of your snapshots
using the provided 'sstableupgrade' tool.
+4.1
+===
+
+New features
+------------
+
+Upgrading
+---------
+
+Deprecation
+-----------
+
4.0
===
diff --git a/build.xml b/build.xml
index 0e5291b918..6f1c87bd80 100644
--- a/build.xml
+++ b/build.xml
@@ -24,7 +24,7 @@
-
+
diff --git a/debian/changelog b/debian/changelog
index b19e982dda..53ea788890 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-cassandra (4.0~rc2) UNRELEASED; urgency=medium
+cassandra (4.1) UNRELEASED; urgency=medium
* New release