diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+# 0.0.0.2
+
+* Bump `base` for GHC 8.6.1 (and 8.4.3)
+
 # 0.0.0.1
 
 * Bump `base` bounds to support GHC 8.2.1
diff --git a/indentation-core.cabal b/indentation-core.cabal
--- a/indentation-core.cabal
+++ b/indentation-core.cabal
@@ -1,5 +1,5 @@
 name:                indentation-core
-version:             0.0.0.1
+version:             0.0.0.2
 synopsis:            Indentation sensitive parsing combinators core library
 description:         Indentation sensitive parsing combinators core library
                      .                     
@@ -21,7 +21,7 @@
 
 homepage:            https://bitbucket.org/adamsmd/indentation
 bug-reports:         https://bitbucket.org/adamsmd/indentation/issues
-tested-with:         GHC == 7.8.4, GHC == 7.10.3, GHC == 8.0.1, GHC == 8.2.1
+tested-with:         GHC == 7.8.4, GHC == 7.10.3, GHC == 8.0.1, GHC == 8.2.1, GHC == 8.4.3, GHC == 8.6.1
 
 source-repository head
   type:                git
@@ -30,7 +30,7 @@
 library
   hs-source-dirs:      src
   exposed-modules:     Text.Parser.Indentation.Implementation
-  build-depends:       base >=4.6 && <4.12,
+  build-depends:       base >=4.6 && <4.13,
                        mtl >=2.1
 
   default-language:    Haskell2010
