diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,5 +1,9 @@
 # Revision history for greskell-core
 
+## 0.1.3.2  -- 2020-03-29
+
+* Confirm test with `QuickCheck-2.14`.
+
 ## 0.1.3.1  -- 2019-12-30
 
 * Confirm test with `base-4.13.0.0`
diff --git a/greskell-core.cabal b/greskell-core.cabal
--- a/greskell-core.cabal
+++ b/greskell-core.cabal
@@ -1,5 +1,5 @@
 name:                   greskell-core
-version:                0.1.3.1
+version:                0.1.3.2
 author:                 Toshio Ito <debug.ito@gmail.com>
 maintainer:             Toshio Ito <debug.ito@gmail.com>
 license:                BSD3
@@ -56,7 +56,7 @@
   build-depends:        base, text, aeson, unordered-containers, vector,
                         greskell-core,
                         hspec >=2.2.3,
-                        QuickCheck >=2.8.2 && <2.14,
+                        QuickCheck >=2.8.2 && <2.15,
                         bytestring >=0.10.8.1 && <0.11
 
 test-suite doctest
