diff --git a/changelog.md b/changelog.md
--- a/changelog.md
+++ b/changelog.md
@@ -1,5 +1,20 @@
 # Revision history for skylighting and skylighting-core
 
+## 0.8.3.1 -- 2020-01-21
+
+ * Escape `<` and `>` in latex to avoid ligatures (#91).
+
+ * Fix and extend Idris keywords (Denis Buzdalov).
+
+ * Update XML syntax definitions for javascript-react, qml,
+   typescript, javascript, cmake, cofee, latex, perl, python,
+   rest.
+
+ * Fixed bug with context shifts using `##` syntax for foreign context.
+   Previously we only handled these in IncludeRules, but
+   starting with the current batches of xml files they can occur
+   elsewhere too.
+
 ## 0.8.3 -- 2019-11-26
 
   * Update XML syntax definitions for c, cmake, coffee, cpp, css,
diff --git a/skylighting.cabal b/skylighting.cabal
--- a/skylighting.cabal
+++ b/skylighting.cabal
@@ -1,5 +1,5 @@
 name:                skylighting
-version:             0.8.3
+version:             0.8.3.1
 synopsis:            syntax highlighting library
 description:         Skylighting is a syntax highlighting library with
                      support for over one hundred languages.  It derives
@@ -183,7 +183,7 @@
                        Skylighting.Syntax.Zsh
   other-extensions:    CPP, Arrows
   build-depends:       base >= 4.8 && < 5.0,
-                       skylighting-core == 0.8.3,
+                       skylighting-core == 0.8.3.1,
                        bytestring,
                        containers,
                        binary
