diff --git a/changelog.md b/changelog.md
--- a/changelog.md
+++ b/changelog.md
@@ -1,3 +1,6 @@
+### 0.4.1.2
+* [#155](https://github.com/tweag/webauthn/pull/155) Increase cabal bounds for aeson and monad-time to support latest versions from Hackage
+
 ### 0.4.1.1
 * [#153](https://github.com/tweag/webauthn/pull/153) Increase cabal bounds to support up to GHC 9.2
 
diff --git a/webauthn.cabal b/webauthn.cabal
--- a/webauthn.cabal
+++ b/webauthn.cabal
@@ -1,6 +1,6 @@
 cabal-version: 2.4
 name: webauthn
-version: 0.4.1.1
+version: 0.4.1.2
 license: Apache-2.0
 license-file: LICENSE
 copyright:
@@ -74,7 +74,7 @@
   hs-source-dirs: src
   build-depends:
     base                  >= 4.13.0 && < 4.17,
-    aeson                 >= 1.4.7 && < 2.1,
+    aeson                 >= 1.4.7 && < 2.2,
     asn1-encoding         >= 0.9.6 && < 0.10,
     asn1-parse            >= 0.9.5 && < 0.10,
     asn1-types            >= 0.3.4 && < 0.4,
@@ -91,7 +91,7 @@
     jose                  >= 0.8.5 && < 0.10,
     lens                  >= 4.18.1 && < 5.2,
     memory                >= 0.15.0 && < 0.18,
-    monad-time            >= 0.3.1 && < 0.4,
+    monad-time            >= 0.3.1 && < 0.5,
     mtl                   >= 2.2.2 && < 2.3,
     serialise             >= 0.2.3 && < 0.3,
     singletons            >= 2.6 && < 3.2,
