diff --git a/CHANGES b/CHANGES
--- a/CHANGES
+++ b/CHANGES
@@ -3,6 +3,10 @@
 #+title: Version History
 #+startup: showall
 
+* 0.2.1.0 (November 5, 2014)
+
+  - Updated dependencies
+
 * 0.2.0.0 (May 22, 2015)
 
   - Added the NoItems constructor for Choice to deal with menus that
diff --git a/byline.cabal b/byline.cabal
--- a/byline.cabal
+++ b/byline.cabal
@@ -1,6 +1,6 @@
 --------------------------------------------------------------------------------
 name:          byline
-version:       0.2.0.0
+version:       0.2.1.0
 synopsis:      Library for creating command-line interfaces (colors, menus, etc.)
 homepage:      http://github.com/pjones/byline
 bug-reports:   http://github.com/pjones/byline/issues
@@ -80,7 +80,7 @@
                , exceptions    >= 0.8  && < 0.9
                , haskeline     >= 0.7  && < 0.8
                , mtl           >= 2.1  && < 2.3
-               , terminfo-hs   >= 0.1  && < 0.2
+               , terminfo-hs   >= 0.1  && < 0.3
                , text          >= 0.11 && < 1.3
                , transformers  >= 0.3  && < 0.5
 
