diff --git a/CHANGES.markdown b/CHANGES.markdown
--- a/CHANGES.markdown
+++ b/CHANGES.markdown
@@ -1,26 +1,29 @@
+## Changes in 2.7.1
+  - Add compatibility with QuickCheck 2.13.1 (see #410)
+
 ## Changes in 2.7.0
-    - Add `--focused-only` (see #390)
-    - Add `--fail-on-focused` (see #389)
+  - Add `--focused-only` (see #390)
+  - Add `--fail-on-focused` (see #389)
 
 ## Changes in 2.6.1
-   - Add `Test.Hspec.Runner.runSpec` (see #216)
+  - Add `Test.Hspec.Runner.runSpec` (see #216)
 
 ## Changes in 2.6.0
-   - Allow to focus individual spec items (see #319)
-   - Do not calculate diff on `--no-diff` (see #332)
-   - Remove deprecated module Test.Hspec.Core
+  - Allow to focus individual spec items (see #319)
+  - Do not calculate diff on `--no-diff` (see #332)
+  - Remove deprecated module Test.Hspec.Core
 
 ## Changes in 2.5.9
-   - Extract source locations from RecConError (see #375)
+  - Extract source locations from RecConError (see #375)
 
 ## Changes in 2.5.8
-   - Add `modifyArgs` and `modifyMaxShrinks` to `Test.Hspec.QuickCheck` (see #380)
+  - Add `modifyArgs` and `modifyMaxShrinks` to `Test.Hspec.QuickCheck` (see #380)
 
 ## Changes in 2.5.7
-   - GHC 8.6.1 related changes
+  - GHC 8.6.1 related changes
 
 ## Changes in 2.5.6
-   - Compatibility with `QuickCheck-2.12`
+  - Compatibility with `QuickCheck-2.12`
 
 ## Changes in 2.5.5
   - Use `module[line:column]` instead of `module:line:column` as default label
diff --git a/hspec.cabal b/hspec.cabal
--- a/hspec.cabal
+++ b/hspec.cabal
@@ -4,10 +4,10 @@
 --
 -- see: https://github.com/sol/hpack
 --
--- hash: cbd5b42655073f0e10b2e4d6e6beb478338ec6e50bbd4991aa2e85f121ea9142
+-- hash: 82bc339ad7726a9fc53ee3731cd9e47f997a9d73e6297de54342d95744b1eaaa
 
 name:             hspec
-version:          2.7.0
+version:          2.7.1
 license:          MIT
 license-file:     LICENSE
 copyright:        (c) 2011-2019 Simon Hengel,
@@ -46,8 +46,8 @@
   build-depends:
       QuickCheck >=2.12
     , base ==4.*
-    , hspec-core ==2.7.0
-    , hspec-discover ==2.7.0
+    , hspec-core ==2.7.1
+    , hspec-discover ==2.7.1
     , hspec-expectations ==0.8.2.*
   exposed-modules:
       Test.Hspec
