diff --git a/Changelog b/Changelog
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,6 @@
+QuickCheck-safe 0.1.0.6
+	* compatibility with QuickCheck 2.13
+
 QuickCheck-safe 0.1.0.5
 	* compatibility with QuickCheck 2.12
 
diff --git a/QuickCheck-safe.cabal b/QuickCheck-safe.cabal
--- a/QuickCheck-safe.cabal
+++ b/QuickCheck-safe.cabal
@@ -1,5 +1,5 @@
 name:                QuickCheck-safe
-version:             0.1.0.5
+version:             0.1.0.6
 synopsis:            Safe reimplementation of QuickCheck's core
 description:
   QuickCheck-safe reimplements the quickCheck functionality with a pure
@@ -33,7 +33,7 @@
 library
   hs-source-dirs:    src
   build-depends:
-    QuickCheck >= 2.7.3 && < 2.13,
+    QuickCheck >= 2.7.3 && < 2.14,
     containers >= 0.5 && < 0.7,
     base >= 4.6 && < 5
   exposed-modules:
