diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,8 +1,8 @@
 # hexpat-lens changelog
 
-## 0.1.8 -- 2019-01-09
+## 0.1.9 -- 2020-06-17
 
-- Bump base upper bound to build on GHC 8.6.
+- Bump base upper bound to build on GHC 8.10.
 
 ## 0.1.7 -- 2018-06-15
 
diff --git a/hexpat-lens.cabal b/hexpat-lens.cabal
--- a/hexpat-lens.cabal
+++ b/hexpat-lens.cabal
@@ -1,5 +1,5 @@
 name:                hexpat-lens
-version:             0.1.8
+version:             0.1.9
 synopsis:            Lenses for Hexpat.
 description:         A set of lenses for inspecting and manipulating Hexpat data structures.
 license:             MIT
@@ -22,7 +22,7 @@
     Text.XML.Expat.Lens.Parse
     Text.XML.Expat.Lens.Unqualified
   build-depends:
-      base            >= 4.6      && < 4.13
+      base            >= 4.6      && < 4.15
     , deepseq         >= 1.3      && < 1.5
     , bytestring      >= 0.10.0.2 && < 0.11
     , hexpat          >= 0.20     && < 0.21
