diff --git a/changelog.md b/changelog.md
--- a/changelog.md
+++ b/changelog.md
@@ -1,5 +1,10 @@
 # Revision history for sv-core
 
+## 0.3 -- 2018-09-26
+
+* Re-release 0.2.2 as 0.3 due to a change in error messages that
+  broke sv's tests
+
 ## 0.2.2 -- 2018-08-23
 
 * Add `rational` and `withTextReadable`.
diff --git a/sv-core.cabal b/sv-core.cabal
--- a/sv-core.cabal
+++ b/sv-core.cabal
@@ -1,5 +1,5 @@
 name:                sv-core
-version:             0.2.2
+version:             0.3
 license:             BSD3
 license-file:        LICENCE
 author:              George Wilson
@@ -95,7 +95,7 @@
                        , text >= 1.0 && < 1.3
                        , validation >= 1 && < 1.1
                        , vector >= 0.10 && < 0.13
-                       , QuickCheck >= 2.10 && < 2.12
+                       , QuickCheck >= 2.10 && < 2.13
   ghc-options:
                        -Wall
   hs-source-dirs:
