diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,5 +1,10 @@
 # Revision history for greskell-core
 
+## 0.1.2.4  -- 2018-10-03
+
+* Confirm test with `base-4.12.0.0` and `containers-0.6.0.1`
+
+
 ## 0.1.2.3  -- 2018-09-05
 
 * Confirmed test with `QuickCheck-2.12` and `hspec-2.5.6`.
diff --git a/greskell-core.cabal b/greskell-core.cabal
--- a/greskell-core.cabal
+++ b/greskell-core.cabal
@@ -1,5 +1,5 @@
 name:                   greskell-core
-version:                0.1.2.3
+version:                0.1.2.4
 author:                 Toshio Ito <debug.ito@gmail.com>
 maintainer:             Toshio Ito <debug.ito@gmail.com>
 license:                BSD3
@@ -30,7 +30,7 @@
                         Data.Greskell.AsIterator
   other-modules:        Data.Greskell.GraphSON.GraphSONTyped,
                         Data.Greskell.GraphSON.Core
-  build-depends:        base >=4.9.0.0 && <4.12,
+  build-depends:        base >=4.9.0.0 && <4.13,
                         aeson >=1.0.2.1 && <1.5,
                         unordered-containers >=0.2.7.1 && <0.3,
                         hashable >=1.2.6.1 && <1.3,
@@ -38,7 +38,7 @@
                         text >=1.2.2.1 && <1.3,
                         semigroups >=0.18.2 && <0.19,
                         vector >=0.12.0.1 && <0.13,
-                        containers >=0.5.7.1 && <0.6,
+                        containers >=0.5.7.1 && <0.7,
                         uuid >=1.3.13 && <1.4
 
 test-suite spec
