diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,5 +1,9 @@
 # Revision history for wild-bind
 
+## 0.1.2.5  -- 2019-12-30
+
+* Confirm test with `base-4.13.0.0`
+
 ## 0.1.2.4  -- 2019-05-11
 
 * Confirm test with `semigroups-0.19`.
diff --git a/wild-bind.cabal b/wild-bind.cabal
--- a/wild-bind.cabal
+++ b/wild-bind.cabal
@@ -1,5 +1,5 @@
 name:                   wild-bind
-version:                0.1.2.4
+version:                0.1.2.5
 author:                 Toshio Ito <debug.ito@gmail.com>
 maintainer:             Toshio Ito <debug.ito@gmail.com>
 license:                BSD3
@@ -26,7 +26,7 @@
                         WildBind.Input.NumPad,
                         WildBind.Seq
   -- other-modules:        
-  build-depends:        base >=4.6 && <4.13,
+  build-depends:        base >=4.6 && <4.14,
                         text >=1.2.0 && <1.3,
                         containers >=0.5.0 && <0.7,
                         transformers >=0.3.0 && <0.6,
