diff --git a/changelog.md b/changelog.md
--- a/changelog.md
+++ b/changelog.md
@@ -1,5 +1,11 @@
 # Revision history for skylighting and skylighting-core
 
+## 0.8.3.2 -- 2020-01-21
+
+ * This fixes a packaging error in 0.8.3.1, which didn't include
+   the results of the bootsrap step and hence didn't update the
+   syntax modules.
+
 ## 0.8.3.1 -- 2020-01-21
 
  * Escape `<` and `>` in latex to avoid ligatures (#91).
diff --git a/skylighting-core.cabal b/skylighting-core.cabal
--- a/skylighting-core.cabal
+++ b/skylighting-core.cabal
@@ -1,5 +1,5 @@
 name:                skylighting-core
-version:             0.8.3.1
+version:             0.8.3.2
 synopsis:            syntax highlighting library
 description:         Skylighting is a syntax highlighting library.
                      It derives its tokenizers from XML syntax
