diff --git a/CHANGES.markdown b/CHANGES.markdown
--- a/CHANGES.markdown
+++ b/CHANGES.markdown
@@ -1,3 +1,7 @@
+## Changes in 2.7.0
+    - Add `--focused-only` (see #390)
+    - Add `--fail-on-focused` (see #389)
+
 ## Changes in 2.6.1
    - Add `Test.Hspec.Runner.runSpec` (see #216)
 
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: 53d6c7be6632aa34a6dff8246ccfa785b73cf0d1222a875e7fbb432d58a47ac7
+-- hash: cbd5b42655073f0e10b2e4d6e6beb478338ec6e50bbd4991aa2e85f121ea9142
 
 name:             hspec
-version:          2.6.1
+version:          2.7.0
 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.6.1
-    , hspec-discover ==2.6.1
+    , hspec-core ==2.7.0
+    , hspec-discover ==2.7.0
     , hspec-expectations ==0.8.2.*
   exposed-modules:
       Test.Hspec
