diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,5 +1,10 @@
 # Revision history for wikicfp-scraper
 
+## 0.1.0.7  -- 2017-01-24
+
+* Confirmed test with `hspec-2.4.0`
+
+
 ## 0.1.0.6  -- 2016-11-27
 
 * Confirmed test with `time-1.7`.
diff --git a/wikicfp-scraper.cabal b/wikicfp-scraper.cabal
--- a/wikicfp-scraper.cabal
+++ b/wikicfp-scraper.cabal
@@ -1,5 +1,5 @@
 name:                   wikicfp-scraper
-version:                0.1.0.6
+version:                0.1.0.7
 author:                 Toshio Ito <debug.ito@gmail.com>
 maintainer:             Toshio Ito <debug.ito@gmail.com>
 license:                BSD3
@@ -49,7 +49,7 @@
   other-modules:        Web.WikiCFP.ScraperSpec
   build-depends:        base, wikicfp-scraper,
                         bytestring, time,
-                        hspec >=2.1.5 && <2.4,
+                        hspec >=2.1.5 && <2.5,
                         filepath >=1.3.0 && <1.5
 
 source-repository head
