diff --git a/changelog b/changelog
--- a/changelog
+++ b/changelog
@@ -1,3 +1,7 @@
+texmath (0.12.0.3)
+
+  * Allow pandoc-types 1.22.
+
 texmath (0.12.0.2)
 
   * Allow pandoc-types 1.21.
diff --git a/texmath.cabal b/texmath.cabal
--- a/texmath.cabal
+++ b/texmath.cabal
@@ -1,5 +1,5 @@
 Name:                texmath
-Version:             0.12.0.2
+Version:             0.12.0.3
 Cabal-Version:       >= 1.10
 Build-type:          Simple
 Synopsis:            Conversion between formats used to represent mathematics.
@@ -87,7 +87,7 @@
 
 Library
     Build-depends:       base >= 4.8 && < 5, syb >= 0.4.2 && < 0.8, xml, parsec >= 3, containers,
-                         pandoc-types >= 1.20 && < 1.22, mtl, text
+                         pandoc-types >= 1.20 && < 1.23, mtl, text
 
     Exposed-modules:     Text.TeXMath,
                          Text.TeXMath.Types,
@@ -130,7 +130,7 @@
     if flag(executable)
       Buildable:         True
       Build-Depends:     base >= 4.8 && < 5, texmath, xml,
-                         pandoc-types >= 1.20 && < 1.22,
+                         pandoc-types >= 1.20 && < 1.23,
                          aeson, bytestring, text
     else
       Buildable:         False
