diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -4,5 +4,7 @@
 
 First release of `lucid-htmx`!
 
-## Next version
+## 0.1.0.6
+
+Relax upper bound of `lucid` dependency up to, and including, 2.11
 
diff --git a/lucid-htmx.cabal b/lucid-htmx.cabal
--- a/lucid-htmx.cabal
+++ b/lucid-htmx.cabal
@@ -1,6 +1,6 @@
 cabal-version:      1.12
 name:               lucid-htmx
-version:            0.1.0.5
+version:            0.1.0.6
 license:            BSD3
 license-file:       LICENSE
 copyright:          2022 Monadic Systems LLC
@@ -32,7 +32,7 @@
     default-language: Haskell2010
     build-depends:
         base >=4.7 && <5,
-        lucid >=2.9.12.1 && <2.10,
+        lucid >=2.9.12.1 && <=2.11,
         servant >=0.18.3 && <0.19,
         text >=1.2.4.1 && <1.3
 
@@ -45,7 +45,7 @@
     ghc-options:      -threaded -rtsopts -with-rtsopts=-N
     build-depends:
         base >=4.7 && <5,
-        lucid >=2.9.12.1 && <2.10,
+        lucid >=2.9.12.1 && <=2.11,
         lucid-htmx -any,
         servant >=0.18.3 && <0.19,
         text >=1.2.4.1 && <1.3
