diff --git a/LICENSE b/LICENSE
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright Joe Hermaszewski (c) 2020
+Copyright Ellie Hermaszewska (c) 2020
 
 All rights reserved.
 
@@ -13,7 +13,7 @@
       disclaimer in the documentation and/or other materials provided
       with the distribution.
 
-    * Neither the name of Joe Hermaszewski nor the names of other
+    * Neither the name of Ellie Hermaszewska nor the names of other
       contributors may be used to endorse or promote products derived
       from this software without specific prior written permission.
 
diff --git a/changelog.md b/changelog.md
--- a/changelog.md
+++ b/changelog.md
@@ -2,6 +2,9 @@
 
 ## WIP
 
+## [0.5.4] - 2021-11-25
+- Relax bounds on `vulkan`
+
 ## [0.5.3] - 2021-10-14
 - Relax bounds on `vulkan`
 
diff --git a/package.yaml b/package.yaml
--- a/package.yaml
+++ b/package.yaml
@@ -1,8 +1,8 @@
 name: vulkan-utils
-version: "0.5.3"
+version: "0.5.4"
 synopsis: Utils for the vulkan package
 category: Graphics
-maintainer: Joe Hermaszewski <live.long.and.prosper@monoid.al>
+maintainer: Ellie Hermaszewska <live.long.and.prosper@monoid.al>
 github: expipiplus1/vulkan
 extra-source-files:
 - readme.md
@@ -39,7 +39,7 @@
   - typed-process
   - unordered-containers
   - vector
-  - vulkan >= 3.6.14 && < 3.14
+  - vulkan >= 3.6.14 && < 3.15
 
 tests:
   doctests:
diff --git a/vulkan-utils.cabal b/vulkan-utils.cabal
--- a/vulkan-utils.cabal
+++ b/vulkan-utils.cabal
@@ -1,16 +1,16 @@
 cabal-version: 1.24
 
--- This file has been generated from package.yaml by hpack version 0.34.4.
+-- This file has been generated from package.yaml by hpack version 0.34.5.
 --
 -- see: https://github.com/sol/hpack
 
 name:           vulkan-utils
-version:        0.5.3
+version:        0.5.4
 synopsis:       Utils for the vulkan package
 category:       Graphics
 homepage:       https://github.com/expipiplus1/vulkan#readme
 bug-reports:    https://github.com/expipiplus1/vulkan/issues
-maintainer:     Joe Hermaszewski <live.long.and.prosper@monoid.al>
+maintainer:     Ellie Hermaszewska <live.long.and.prosper@monoid.al>
 license:        BSD3
 license-file:   LICENSE
 build-type:     Custom
@@ -113,7 +113,7 @@
     , typed-process
     , unordered-containers
     , vector
-    , vulkan >=3.6.14 && <3.14
+    , vulkan >=3.6.14 && <3.15
   default-language: Haskell2010
 
 test-suite doctests
