diff --git a/Changelog.md b/Changelog.md
--- a/Changelog.md
+++ b/Changelog.md
@@ -1,5 +1,8 @@
 # Changelog for `proto-lens-combinators`
 
+## v0.1.0.12
+- Add support for ghc-8.6.
+
 ## v0.1.0.11
 - Bump the lower bound on `base` to indicate we require `ghc>=8.0`.
 - Use autogen-modules. (#196)
diff --git a/proto-lens-combinators.cabal b/proto-lens-combinators.cabal
--- a/proto-lens-combinators.cabal
+++ b/proto-lens-combinators.cabal
@@ -2,10 +2,10 @@
 --
 -- see: https://github.com/sol/hpack
 --
--- hash: d9088e01498cf3872011e48a78e3f9c6f331f3c876dca0ead2bdb0d039da5be4
+-- hash: 7a0758df4f3edec44050b361e5e9a8dad6b8c81b46fb199d71c85c2cb52b43b4
 
 name:           proto-lens-combinators
-version:        0.1.0.11
+version:        0.1.0.12
 synopsis:       Utilities functions to proto-lens.
 description:    Useful things for working with protos.
 category:       Data
@@ -30,7 +30,7 @@
 custom-setup
   setup-depends:
       Cabal
-    , base >=4.9 && <4.12
+    , base >=4.9 && <4.13
     , proto-lens-protoc ==0.3.*
 
 library
@@ -41,7 +41,7 @@
   hs-source-dirs:
       src
   build-depends:
-      base >=4.9 && <4.12
+      base >=4.9 && <4.13
     , data-default-class >=0.0 && <0.2
     , lens-family ==1.2.*
     , proto-lens-protoc ==0.3.*
