diff --git a/changelog.md b/changelog.md
--- a/changelog.md
+++ b/changelog.md
@@ -1,3 +1,6 @@
+### 0.4.1.1
+* [#153](https://github.com/tweag/webauthn/pull/153) Increase cabal bounds to support up to GHC 9.2
+
 ### 0.4.1.0
 
 * [#148](https://github.com/tweag/webauthn/pull/148) Allow authentication on Safari even though it violates the specification with an empty user handle
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.0
+version: 0.4.1.1
 license: Apache-2.0
 license-file: LICENSE
 copyright:
@@ -73,7 +73,7 @@
   import: sanity
   hs-source-dirs: src
   build-depends:
-    base                  >= 4.13.0 && < 4.15,
+    base                  >= 4.13.0 && < 4.17,
     aeson                 >= 1.4.7 && < 2.1,
     asn1-encoding         >= 0.9.6 && < 0.10,
     asn1-parse            >= 0.9.5 && < 0.10,
@@ -81,22 +81,22 @@
     base16-bytestring     >= 1.0.0 && < 1.1,
     base64-bytestring     >= 1.2.1 && < 1.3,
     binary                >= 0.8.7 && < 0.9,
-    bytestring            >= 0.10.10 && < 0.11,
+    bytestring            >= 0.10.10 && < 0.12,
     cborg                 >= 0.2.4 && < 0.3,
     containers            >= 0.6.2 && < 0.7,
-    cryptonite            >= 0.27 && < 0.30,
+    cryptonite            >= 0.27 && < 0.31,
     file-embed            >= 0.0.11 && < 0.1,
     hashable              >= 1.3.0 && < 1.5,
     hourglass             >= 0.2.12 && < 0.3,
     jose                  >= 0.8.5 && < 0.10,
-    lens                  >= 4.18.1 && < 4.20,
-    memory                >= 0.15.0 && < 0.16,
+    lens                  >= 4.18.1 && < 5.2,
+    memory                >= 0.15.0 && < 0.18,
     monad-time            >= 0.3.1 && < 0.4,
     mtl                   >= 2.2.2 && < 2.3,
     serialise             >= 0.2.3 && < 0.3,
-    singletons            >= 2.6 && < 2.8,
+    singletons            >= 2.6 && < 3.2,
     text                  >= 1.2.4 && < 1.3,
-    time                  >= 1.9.3 && < 1.10,
+    time                  >= 1.9.3 && < 1.12,
     unordered-containers  >= 0.2.11 && < 0.3,
     uuid                  >= 1.3.13 && < 1.4,
     validation            >= 1.1 && < 1.2,
