diff --git a/Changelog.md b/Changelog.md
--- a/Changelog.md
+++ b/Changelog.md
@@ -1,5 +1,8 @@
 # Changelog for `lens-labels`
 
+## v0.2.0.3
+- Add support for ghc-8.6.
+
 ## v0.2.0.2
 - Bump the lower bound on `base` to indicate we require `ghc>=8.0`.
 
diff --git a/lens-labels.cabal b/lens-labels.cabal
--- a/lens-labels.cabal
+++ b/lens-labels.cabal
@@ -2,10 +2,10 @@
 --
 -- see: https://github.com/sol/hpack
 --
--- hash: 181e4e41b323e1a507233705c9f650ba0e6b65a783f075b5c67048778e94471b
+-- hash: 19aca613bc07ce1ad3bc1d252a60d4925d35d8114ea296147ee787cfb4ed25d2
 
 name:           lens-labels
-version:        0.2.0.2
+version:        0.2.0.3
 synopsis:       Integration of lenses with OverloadedLabels.
 description:    Provides a framework to integrate lenses with GHC's OverloadedLabels extension.
 category:       Data
@@ -36,7 +36,7 @@
   hs-source-dirs:
       src
   build-depends:
-      base >=4.9 && <4.12
+      base >=4.9 && <4.13
     , ghc-prim >=0.4 && <0.6
     , profunctors >=5.2
     , tagged >=0.8
