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-unordered-containers.cabal b/ten-unordered-containers.cabal
--- a/ten-unordered-containers.cabal
+++ b/ten-unordered-containers.cabal
@@ -4,13 +4,15 @@
 --
 -- see: https://github.com/sol/hpack
 --
--- hash: bacdf6bf658e324e59d002464462008d6e6041183c60c073fc2f568c989d3873
+-- hash: 460b0d405128cac6332d195fe97b6929e0a80b1dfef27a869163931cb8b21e7c
 
 name:           ten-unordered-containers
-version:        0.1.0.0
+version:        0.1.0.1
 synopsis:       A package providing one unordered container.
-description:    This provides unordered (hash-based) containers of kind `(k -> Type) -> Type`
-                based on unordered-containers.  Currently only HashMap10 is implemented.
+description:    This provides unordered (hash-based) containers of kind @(k -> Type) -> Type@
+                based on
+                <https://hackage.haskell.org/package/unordered-containers unordered-containers>.
+                Currently only @HashMap10@ is implemented.
 category:       Data
 homepage:       https://github.com/google/hs-ten#readme
 bug-reports:    https://github.com/google/hs-ten/issues
