diff --git a/VulkanMemoryAllocator.cabal b/VulkanMemoryAllocator.cabal
--- a/VulkanMemoryAllocator.cabal
+++ b/VulkanMemoryAllocator.cabal
@@ -3,11 +3,9 @@
 -- This file has been generated from package.yaml by hpack version 0.34.2.
 --
 -- see: https://github.com/sol/hpack
---
--- hash: fcf45270da7fe44091b7dee466087cd52abed25e68532b85a04a30915dd1da94
 
 name:           VulkanMemoryAllocator
-version:        0.3.10
+version:        0.3.11
 synopsis:       Bindings to the VulkanMemoryAllocator library
 category:       Graphics
 homepage:       https://github.com/expipiplus1/vulkan#readme
@@ -65,7 +63,7 @@
     , bytestring
     , transformers
     , vector
-    , vulkan >=3.6 && <3.8
+    , vulkan >=3.6 && <3.9
   if flag(safe-foreign-calls)
     cpp-options: -DSAFE_FOREIGN_CALLS
   if flag(vma-ndebug)
diff --git a/changelog.md b/changelog.md
--- a/changelog.md
+++ b/changelog.md
@@ -2,6 +2,10 @@
 
 ## WIP
 
+## [0.3.11] - 2020-11-30
+
+- Raise upper bound on `vulkan`
+
 ## [0.3.10] - 2020-11-24
 
 - Documentation fixes
diff --git a/package.yaml b/package.yaml
--- a/package.yaml
+++ b/package.yaml
@@ -1,5 +1,5 @@
 name: VulkanMemoryAllocator
-version: "0.3.10"
+version: "0.3.11"
 synopsis: Bindings to the VulkanMemoryAllocator library
 category: Graphics
 maintainer: Joe Hermaszewski <live.long.and.prosper@monoid.al>
@@ -20,7 +20,7 @@
     src/lib.cpp
   dependencies:
     - base <5
-    - vulkan >= 3.6 && < 3.8
+    - vulkan >= 3.6 && < 3.9
     - bytestring
     - transformers
     - vector
