diff --git a/Changelog.md b/Changelog.md
--- a/Changelog.md
+++ b/Changelog.md
@@ -1,5 +1,8 @@
 # Changelog for `proto-lens-arbitrary`
 
+## v0.1.2.7
+- Bump the dependency for `QuickCheck-2.13`.
+
 ## v0.1.2.6
 - Bump upper bounds to support `proto-lens-0.5.*`.
 
diff --git a/proto-lens-arbitrary.cabal b/proto-lens-arbitrary.cabal
--- a/proto-lens-arbitrary.cabal
+++ b/proto-lens-arbitrary.cabal
@@ -4,10 +4,10 @@
 --
 -- see: https://github.com/sol/hpack
 --
--- hash: 5b7052bd8fe8c3d82ae15eddf8ce7bf5a93d78b40004afc0c8a4c94fae4757f1
+-- hash: cb3cdd419eb4d88f7886a01c9cdc91add902cece96a1cfe70c5a57d013cae79a
 
 name:           proto-lens-arbitrary
-version:        0.1.2.6
+version:        0.1.2.7
 synopsis:       Arbitrary instances for proto-lens.
 description:    The proto-lens-arbitrary allows generating arbitrary messages for use with QuickCheck.
 category:       Data
@@ -35,7 +35,7 @@
   hs-source-dirs:
       src
   build-depends:
-      QuickCheck >=2.8 && <2.13
+      QuickCheck >=2.8 && <2.14
     , base >=4.9 && <4.13
     , bytestring ==0.10.*
     , containers >=0.5 && <0.7
