Release v2.11.7
diff --git a/NEWS b/NEWS
index e7e2db3..5caaaa8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,17 @@
 NEWS file for libxml2
 
+v2.11.7: Feb 4 2024
+
+### Security
+
+- [CVE-2024-25062] xmlreader: Don't expand XIncludes when backtracking
+
+### Regressions
+
+- tests: Fix tests --with-valid --without-xinclude
+- schemas: Fix reallocation in xmlSchemaXPathProcessHistory
+
+
 v2.11.6: Nov 16 2023
 
 ### Regressions
diff --git a/configure.ac b/configure.ac
index d40f8dd..0cf23a6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@
 
 m4_define([MAJOR_VERSION], 2)
 m4_define([MINOR_VERSION], 11)
-m4_define([MICRO_VERSION], 6)
+m4_define([MICRO_VERSION], 7)
 
 AC_INIT([libxml2],[MAJOR_VERSION.MINOR_VERSION.MICRO_VERSION])
 AC_CONFIG_SRCDIR([entities.c])