diff --git a/properties.gradle b/properties.gradle
index 012cd808f..004e332d6 100644
--- a/properties.gradle
+++ b/properties.gradle
@@ -2,8 +2,8 @@
ext {
xslTNGtitle = 'DocBook xslTNG'
xslTNGbaseName = 'docbook-xslTNG'
- xslTNGversion = '2.1.6'
- guideVersion = '2.1.6'
+ xslTNGversion = '2.1.7'
+ guideVersion = '2.1.7'
guidePrerelease = false
docbookVersion = '5.2CR5'
diff --git a/src/guide/xml/changelog.xml b/src/guide/xml/changelog.xml
index cb3cd735c..e642c13fa 100644
--- a/src/guide/xml/changelog.xml
+++ b/src/guide/xml/changelog.xml
@@ -10,6 +10,31 @@ 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.7
+ 2.1.7
+ 2023-07-29
+
+
+
+Tweaks to presentation.js to make sure
+revealed elements are in view.
+
+
+Tweaks to the bundled PrismJS to support (not especially well)
+syntax highlighting Invisible XML.
+
+
+CSS improvements for footnote rendering in paged media.
+
+
+First attempt to support Vivliostyle
+for rendering paged media.
+
+
+
+
Changes in version 2.1.6