diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
 # Revision history for brick-list-skip
 
+## 0.1.1.9 -- 2023-11-16
+
+* Bump upper version boundary of vty
+
 ## 0.1.1.8 -- 2023-11-05
 
 * Bump up upper version boundary of brick
diff --git a/brick-list-skip.cabal b/brick-list-skip.cabal
--- a/brick-list-skip.cabal
+++ b/brick-list-skip.cabal
@@ -1,6 +1,6 @@
 cabal-version: 3.0
 name: brick-list-skip
-version: 0.1.1.8
+version: 0.1.1.9
 
 synopsis: Skip a certain kind of items when moving in brick list
 
@@ -60,6 +60,6 @@
     main-is: BrickListSkip.hs
     build-depends:
         brick-list-skip
-      , vty >=5.36 && <6.1
+      , vty >=5.36 && <6.2
     hs-source-dirs: demo
     ghc-options: -threaded
