diff --git a/properties.gradle b/properties.gradle
index 337791990..012cd808f 100644
--- a/properties.gradle
+++ b/properties.gradle
@@ -2,8 +2,8 @@
ext {
xslTNGtitle = 'DocBook xslTNG'
xslTNGbaseName = 'docbook-xslTNG'
- xslTNGversion = '2.1.5'
- guideVersion = '2.1.5'
+ xslTNGversion = '2.1.6'
+ guideVersion = '2.1.6'
guidePrerelease = false
docbookVersion = '5.2CR5'
diff --git a/src/guide/xml/changelog.xml b/src/guide/xml/changelog.xml
index 5354b78a5..cb3cd735c 100644
--- a/src/guide/xml/changelog.xml
+++ b/src/guide/xml/changelog.xml
@@ -10,6 +10,27 @@ be of interest to users of the stylesheets. See the commits and pull requests on
the repository for
finer detail.
+
+
+ Changes in version 2.1.6
+ 2.1.6
+ 2023-06-08
+
+
+
+Fixed the bug where disabling division, component, or section
+numbers didn’t change their presentation in Tables of Contents. It’s
+not especially elegant, the stylesheets simply check if
+“unnumbered” occurs in the localization group name
+for the title. If it does, then the unnumbered table of contents
+template is also selected.
+
+
+Fixed the bug where chunk navigation wasn’t localized.
+
+
+
+
Changes in version 2.1.5