diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+# [0.1.0.1](https://github.com/haskell-nix/hnix-store/compare/db-0.1.0.0...db-0.1.0.1) 2025-09-03
+
+* Relax upper bounds on `esqueleto` and `persistent` [#294](https://github.com/haskell-nix/hnix-store/pull/294)
+
 # 0.1.0.0 2024-07-31
 
 * Initial release
diff --git a/hnix-store-db.cabal b/hnix-store-db.cabal
--- a/hnix-store-db.cabal
+++ b/hnix-store-db.cabal
@@ -1,6 +1,6 @@
 cabal-version:       2.2
 name:                hnix-store-db
-version:             0.1.0.0
+version:             0.1.0.1
 synopsis:            Nix store database support
 description:         Implementation of the Nix store database
 homepage:            https://github.com/haskell-nix/hnix-store
@@ -80,8 +80,8 @@
     , data-default-class
     , text
     , time
-    , esqueleto >= 3.5.10 && < 3.6
-    , persistent >= 2.14.5 && < 2.15
+    , esqueleto >= 3.5.10 && < 3.7
+    , persistent >= 2.14.5 && < 2.18
     , persistent-sqlite >= 2.13.1 && < 2.14
     , template-haskell
     , monad-logger
