diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
 # Changelog
 
+## 1.6.4 (2022-07-31)
+
+#### Changed
+
+- GHC 9.2 support.
+
 ## 1.6.3 (2022-07-17)
 
 #### Fixed
diff --git a/org-mode-lucid.cabal b/org-mode-lucid.cabal
--- a/org-mode-lucid.cabal
+++ b/org-mode-lucid.cabal
@@ -1,6 +1,6 @@
 cabal-version:      2.2
 name:               org-mode-lucid
-version:            1.6.3
+version:            1.6.4
 synopsis:           Lucid integration for org-mode.
 description:        Lucid integration for org-mode.
 category:           Web
@@ -26,7 +26,7 @@
   build-depends:
     , base        >=4.12 && <5
     , containers  >=0.6
-    , hashable    >=1.2  && <1.4
+    , hashable    >=1.2  && <1.5
     , lucid       >=2.9  && < 2.12
     , org-mode    ^>=2.0
     , text
