diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
 # 0.1.0.0
 
 Initial version.
+
+# 0.1.0.1
+
+* Extend support back to GHC 8.6.
diff --git a/ten-lens.cabal b/ten-lens.cabal
--- a/ten-lens.cabal
+++ b/ten-lens.cabal
@@ -4,13 +4,14 @@
 --
 -- see: https://github.com/sol/hpack
 --
--- hash: e2344930ad9083c232a788c6d18fb775971206770c51ed1d1bd15038c40740e8
+-- hash: e024de824701cfc2afafebd3ef1061a0d8bc6af609120cac9bb2db8e3b0d8ce2
 
 name:           ten-lens
-version:        0.1.0.0
-synopsis:       Lenses for the types in the "ten" package.
-description:    This provides lenses and related functionality for "ten".  It's in a separate
-                package to reduce the dependency weight of "ten" itself.
+version:        0.1.0.1
+synopsis:       Lenses for the types in the ten package.
+description:    This provides lenses and related functionality for
+                <https://hackage.haskell.org/package/ten ten>.  It's in a separate package to
+                reduce the dependency weight of @ten@ itself.
 category:       Data
 homepage:       https://github.com/google/hs-ten#readme
 bug-reports:    https://github.com/google/hs-ten/issues
