diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
 # Revision history for KVITable
 
-## 0.1.0.0 -- 2021-01-30
+## 1.0.1.0 -- 2022-05-26
+
+* Support GHC 9.2 [thanks to Ryan Scott].
+
+## 1.0.0.0 -- 2021-01-30
 
 * Initial version
diff --git a/kvitable.cabal b/kvitable.cabal
--- a/kvitable.cabal
+++ b/kvitable.cabal
@@ -1,6 +1,6 @@
 cabal-version:       >=1.10
 name:                kvitable
-version:             1.0.0.0
+version:             1.0.1.0
 synopsis:            Key/Value Indexed Table container and formatting library
 description:
    .
@@ -27,7 +27,7 @@
 license-file:        LICENSE
 author:              Kevin Quick
 maintainer:          kquick@galois.com
-copyright:           Kevin Quick, 2021
+copyright:           Kevin Quick, 2021-2022
 category:            Text
 build-type:          Simple
 tested-with:         GHC ==8.6.5 GHC ==8.8.4 GHC ==8.10.4 GHC ==9.0.1
@@ -46,9 +46,9 @@
                      , Data.KVITable.Render.ASCII
                      , Data.KVITable.Render.HTML
   -- other-modules:
-  build-depends:       base >=4.12 && <4.16
+  build-depends:       base >=4.12 && <4.17
                      , containers >= 0.6 && < 0.7
-                     , lucid  >= 2.9 && < 2.10
+                     , lucid  >= 2.9 && < 2.12
                      , microlens >= 0.4 && < 0.5
                      , prettyprinter >= 1.7 && < 1.8
                      , text >= 1.2 && < 1.3
