diff --git a/changelog.md b/changelog.md
--- a/changelog.md
+++ b/changelog.md
@@ -2,6 +2,9 @@
 
 ## WIP
 
+## [0.5.10.1] - 2022-10-02
+- Relax bounds on `vulkan`
+
 ## [0.5.10] - 2022-09-27
 - Improve error messages for requirements TH
 
diff --git a/package.yaml b/package.yaml
--- a/package.yaml
+++ b/package.yaml
@@ -1,5 +1,5 @@
 name: vulkan-utils
-version: "0.5.10"
+version: "0.5.10.1"
 synopsis: Utils for the vulkan package
 category: Graphics
 maintainer: Ellie Hermaszewska <live.long.and.prosper@monoid.al>
@@ -39,7 +39,7 @@
   - typed-process
   - unordered-containers
   - vector
-  - vulkan >= 3.6.14 && < 3.23
+  - vulkan >= 3.6.14 && < 3.24
 
 tests:
   doctests:
diff --git a/vulkan-utils.cabal b/vulkan-utils.cabal
--- a/vulkan-utils.cabal
+++ b/vulkan-utils.cabal
@@ -5,7 +5,7 @@
 -- see: https://github.com/sol/hpack
 
 name:           vulkan-utils
-version:        0.5.10
+version:        0.5.10.1
 synopsis:       Utils for the vulkan package
 category:       Graphics
 homepage:       https://github.com/expipiplus1/vulkan#readme
@@ -113,7 +113,7 @@
     , typed-process
     , unordered-containers
     , vector
-    , vulkan >=3.6.14 && <3.23
+    , vulkan >=3.6.14 && <3.24
   default-language: Haskell2010
 
 test-suite doctests
