diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
 # Revision history for KVITable
 
+## 1.1.1.1 -- 2026-03-10
+
+* Increase upper version constraint for microlens to accept 0.5.
+
 ## 1.1.1.0 -- 2025-10-26
 
 * Enable building with GHC 8.10 -- GHC 9.12.
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.1.1.0
+version: 1.1.1.1
 synopsis:            Key/Value Indexed Table container and formatting library
 description:
    .
@@ -62,7 +62,7 @@
   build-depends:       base >=4.12 && <4.22
                      , containers
                      , lucid  >= 2.9 && < 2.12
-                     , microlens >= 0.4 && < 0.5
+                     , microlens >= 0.4 && < 0.6
                      , named-text >= 1.2 && < 1.3
                      , sayable >= 1.2.4.0 && < 1.4
                      , text
