diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,5 +1,10 @@
 # Revision history for boring-window-switcher
 
+## 0.1.0.3  -- 2017-01-24
+
+* Confirmed test with `hspec-2.4.0`.
+
+
 ## 0.1.0.2  -- 2016-12-24
 
 * Confirmed test with `X11-1.7`.
diff --git a/boring-window-switcher.cabal b/boring-window-switcher.cabal
--- a/boring-window-switcher.cabal
+++ b/boring-window-switcher.cabal
@@ -1,5 +1,5 @@
 name:                   boring-window-switcher
-version:                0.1.0.2
+version:                0.1.0.3
 author:                 Toshio Ito <debug.ito@gmail.com>
 maintainer:             Toshio Ito <debug.ito@gmail.com>
 license:                BSD3
@@ -53,7 +53,7 @@
   -- other-extensions:     
   other-modules:        Graphics.UI.BoringWindowSwitcher.Internal.ControlSpec
   build-depends:        base, boring-window-switcher,
-                        hspec >=2.1.7 && <2.4
+                        hspec >=2.1.7 && <2.5
 
 source-repository head
   type:                 git
