diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
 # Revision history for run-st
 
+## 0.1.1.0 -- 2020-01-16
+
+* Add support for a lot more types.
+
 ## 0.1.0.0 -- 2019-06-21
 
 * First version. Includes support for all types from `primitive`.
diff --git a/run-st.cabal b/run-st.cabal
--- a/run-st.cabal
+++ b/run-st.cabal
@@ -1,6 +1,6 @@
 cabal-version: 2.2
 name: run-st
-version: 0.1.0.0
+version: 0.1.1.0
 synopsis: runST without boxing penalty
 description:
   This package provides specializations of `runST` that avoid a needless
