diff --git a/changelog.md b/changelog.md
--- a/changelog.md
+++ b/changelog.md
@@ -1,5 +1,10 @@
 # Changelog for commonmark
 
+## 0.3.1
+
+  * Export `getPrecedingTokType` from Commonmark.Inlines [API change].
+    (Actually this was already in the 0.3.0.1 release; this release
+    just makes the version number change required by the PVP.)
 
 ## 0.3.0.1
 
diff --git a/commonmark.cabal b/commonmark.cabal
--- a/commonmark.cabal
+++ b/commonmark.cabal
@@ -1,6 +1,6 @@
 cabal-version:  2.2
 name:           commonmark
-version:        0.3.0.1
+version:        0.3.1
 synopsis:       Pure Haskell commonmark parser.
 description:
    This library provides the core data types and functions
