diff --git a/Changelog.md b/Changelog.md
--- a/Changelog.md
+++ b/Changelog.md
@@ -1,5 +1,10 @@
 # Changelog for `proto-lens-arbitrary`
 
+## v0.1.2.8
+- Bump lower bounds to base-4.10 (ghc-8.2).
+- Bump upper bounds for proto-lens-0.6.
+- Support dependencies on base-4.13 (ghc-8.8) and lens-family-2.0.
+
 ## v0.1.2.7
 - Bump the dependency for `QuickCheck-2.13`.
 
diff --git a/proto-lens-arbitrary.cabal b/proto-lens-arbitrary.cabal
--- a/proto-lens-arbitrary.cabal
+++ b/proto-lens-arbitrary.cabal
@@ -1,13 +1,13 @@
 cabal-version: 1.12
 
--- This file has been generated from package.yaml by hpack version 0.31.1.
+-- This file has been generated from package.yaml by hpack version 0.31.2.
 --
 -- see: https://github.com/sol/hpack
 --
--- hash: cb3cdd419eb4d88f7886a01c9cdc91add902cece96a1cfe70c5a57d013cae79a
+-- hash: 21dbdf43df341e94e888344f4989d6b0fe47dfa0519cf71cd99ea2c263184f6d
 
 name:           proto-lens-arbitrary
-version:        0.1.2.7
+version:        0.1.2.8
 synopsis:       Arbitrary instances for proto-lens.
 description:    The proto-lens-arbitrary allows generating arbitrary messages for use with QuickCheck.
 category:       Data
@@ -36,10 +36,10 @@
       src
   build-depends:
       QuickCheck >=2.8 && <2.14
-    , base >=4.9 && <4.13
+    , base >=4.10 && <4.14
     , bytestring ==0.10.*
     , containers >=0.5 && <0.7
-    , lens-family ==1.2.*
-    , proto-lens >=0.4 && <0.6
+    , lens-family >=1.2 && <2.1
+    , proto-lens >=0.4 && <0.7
     , text ==1.2.*
   default-language: Haskell2010
