diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,3 +1,5 @@
 # Changelog for lucid-alpine
 
-## Unreleased changes
+## 0.1.0.1
+
+Upgrade to `lucid-2.10.0`
diff --git a/lucid-alpine.cabal b/lucid-alpine.cabal
--- a/lucid-alpine.cabal
+++ b/lucid-alpine.cabal
@@ -1,6 +1,6 @@
 cabal-version:      1.12
 name:               lucid-alpine
-version:            0.1.0.0
+version:            0.1.0.1
 license:            BSD3
 license-file:       LICENSE
 copyright:          (c) 2021 Wavi Labs LLC
@@ -29,7 +29,7 @@
     default-language: Haskell2010
     build-depends:
         base >=4.7 && <5,
-        lucid >=2.9.12.1 && <2.10,
+        lucid >=2.10.0 && <2.11,
         text >=1.2.4.1 && <1.3
 
 executable lucid-alpine-exe
@@ -40,7 +40,7 @@
     ghc-options:      -threaded -rtsopts -with-rtsopts=-N
     build-depends:
         base >=4.7 && <5,
-        lucid >=2.9.12.1 && <2.10,
+        lucid >=2.10.0 && <2.11,
         lucid-alpine -any,
         text >=1.2.4.1 && <1.3
 
@@ -53,6 +53,6 @@
     ghc-options:      -threaded -rtsopts -with-rtsopts=-N
     build-depends:
         base >=4.7 && <5,
-        lucid >=2.9.12.1 && <2.10,
+        lucid >=2.10.0 && <2.11,
         lucid-alpine -any,
         text >=1.2.4.1 && <1.3
