diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,5 +1,9 @@
 # Revision history for reflex-process
 
+## 0.3.2.1
+
+* Allow reflex-vty 0.5.*
+
 ## 0.3.2.0
 
 * Derive Eq, Ord, and Show instances for SendPipe
diff --git a/reflex-process.cabal b/reflex-process.cabal
--- a/reflex-process.cabal
+++ b/reflex-process.cabal
@@ -1,6 +1,6 @@
 cabal-version: >=1.10
 name: reflex-process
-version: 0.3.2.0
+version: 0.3.2.1
 synopsis: Reflex FRP interface for running system processes
 description:
   Run and interact with system processes from within a Reflex FRP application.
@@ -45,7 +45,7 @@
                , process
                , reflex
                , reflex-process
-               , reflex-vty >= 0.2 && < 0.5
+               , reflex-vty >= 0.2 && < 0.6
                , text >= 1.2.3 && < 2.1
                , vty
   default-language: Haskell2010
