diff --git a/changelog.md b/changelog.md
--- a/changelog.md
+++ b/changelog.md
@@ -1,3 +1,8 @@
+### 0.1.5.2
+
+* Build / compatibility
+  * Relax upper bounds on `aeson` and `time` for newer releases.
+
 ### 0.1.5.1
 
 * Build / compatibility
diff --git a/squeal-postgresql-qq.cabal b/squeal-postgresql-qq.cabal
--- a/squeal-postgresql-qq.cabal
+++ b/squeal-postgresql-qq.cabal
@@ -1,6 +1,6 @@
 cabal-version:       3.0
 name:                squeal-postgresql-qq
-version:             0.1.5.1
+version:             0.1.5.2
 synopsis:            QuasiQuoter transforming raw sql into Squeal expressions.
 -- description:         
 homepage:            https://github.com/owensmurray/squeal-postgresql-qq
@@ -18,7 +18,7 @@
 
 common dependencies
   build-depends:
-    , aeson             >= 2.1.2.1  && < 2.3
+    , aeson             >= 2.1.2.1  && < 2.4
     , base              >= 4.18.3.0 && < 4.23
     , bytestring        >= 0.11.3.0 && < 0.13
     , generics-sop      >= 0.5.1.3  && < 0.6
@@ -27,7 +27,7 @@
     , squeal-postgresql >= 0.9.1.3  && < 0.10
     , template-haskell  >= 2.20.0.0 && < 2.25
     , text              >= 1.2.5.0  && < 2.2
-    , time              >= 1.9.3    && < 1.15
+    , time              >= 1.9.3    && < 1.16
     , uuid              >= 1.3.15   && < 1.4
 
 common warnings
