diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,5 +1,10 @@
 # Revision history for wild-bind-x11
 
+## 0.2.0.6  -- 2018-10-01
+
+* Confirm test with `base-4.12.0.0`
+
+
 ## 0.2.0.5  -- 2018-09-23
 
 * Confirmed test with `stm-2.5.0.0`.
diff --git a/wild-bind-x11.cabal b/wild-bind-x11.cabal
--- a/wild-bind-x11.cabal
+++ b/wild-bind-x11.cabal
@@ -1,5 +1,5 @@
 name:                   wild-bind-x11
-version:                0.2.0.5
+version:                0.2.0.6
 author:                 Toshio Ito <debug.ito@gmail.com>
 maintainer:             Toshio Ito <debug.ito@gmail.com>
 license:                BSD3
@@ -28,7 +28,7 @@
                         WildBind.X11.Internal.NotificationDebouncer
   other-modules:        WildBind.X11.Internal.FrontEnd,
                         WildBind.X11.Internal.GrabMan
-  build-depends:        base >=4.6 && <4.12,
+  build-depends:        base >=4.6 && <4.13,
                         wild-bind >=0.1.0 && <0.2,
                         text >=1.2.0 && <1.3,
                         X11 >=1.6.1 && <1.10,
