diff --git a/CHANGES.txt b/CHANGES.txt
index 2827115775..02048723ef 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,5 +1,11 @@
-4.0.7
+4.0.8
* Fix ASM bytecode version inconsistency (CASSANDRA-17873)
+Merged from 3.11:
+Merged from 3.0:
+ * Fix running Ant rat targets without git (CASSANDRA-17974)
+
+
+4.0.7
* Remove empty cq4 files in log directory to not fail the startup of BinLog (CASSANDRA-17933)
* Fix multiple BufferPool bugs (CASSANDRA-16681)
* Fix StorageService.getNativeaddress handling of IPv6 addresses (CASSANDRA-17945)
@@ -15,7 +21,6 @@ Merged from 3.11:
* Suppress CVE-2022-25857 and other snakeyaml CVEs (CASSANDRA-17907)
* Fix potential IndexOutOfBoundsException in PagingState in mixed mode clusters (CASSANDRA-17840)
Merged from 3.0:
- * Fix running Ant rat targets without git (CASSANDRA-17974)
* Harden JMX by resolving beanshooter issues (CASSANDRA-17921)
* Suppress CVE-2019-2684 (CASSANDRA-17965)
* Fix auto-completing "WITH" when creating a materialized view (CASSANDRA-17879)
diff --git a/build.xml b/build.xml
index 0e152d2a85..88238c950b 100644
--- a/build.xml
+++ b/build.xml
@@ -33,7 +33,7 @@
-
+
diff --git a/debian/changelog b/debian/changelog
index 42f0e458cd..b0e7e56a49 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+cassandra (4.0.8) UNRELEASED; urgency=medium
+
+ * New release
+
+ -- Mick Semb Wever Wed, 19 Oct 2022 10:57:06 +0200
+
cassandra (4.0.7) unstable; urgency=medium
* New release