Release v2.12.0
diff --git a/NEWS b/NEWS
index 1111a6a..147f37b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
 NEWS file for libxml2
 
-v2.12.0: not released yet
+v2.12.0: Nov 16 2023
 
 ### Major changes
 
@@ -38,11 +38,6 @@
 Schemas which previous versions erroneously accepted will now be
 rejected.
 
-### Regressions
-
-- threads: Fix --with-thread-alloc
-- xinclude: Fix 'last' pointer in xmlXIncludeCopyNode
-
 ### Deprecations
 
 - globals: Deprecate xmlLastError
@@ -116,7 +111,6 @@
 - parser: Always create UTF-8 in xmlParseReference
 - html: Remove some debugging code in htmlParseTryOrFinish
 - malloc-fail: Fix memory leak in xmlCompileAttributeTest
-- parser: Fix potential use-after-free in xmlParseCharDataInternal
 - parser: Recover more input from encoding errors
 - malloc-fail: Handle malloc failures in xmlAddEncodingAlias
 - malloc-fail: Fix null-deref with xmllint --copy
@@ -198,6 +192,18 @@
 - doc: Improve documentation of configuration options
 
 
+v2.11.6: Nov 16 2023
+
+### Regressions
+
+- threads: Fix --with-thread-alloc
+- xinclude: Fix 'last' pointer in xmlXIncludeCopyNode
+
+### Bug fixes
+
+- parser: Fix potential use-after-free in xmlParseCharDataInternal
+
+
 v2.11.5: Aug 9 2023
 
 ### Regressions