diff --git a/CHANGES b/CHANGES
--- a/CHANGES
+++ b/CHANGES
@@ -2,6 +2,10 @@
 #+title: Version History
 #+startup: showall
 
+* 1.1.1.0 (July 22, 2015)
+
+  - Widen dependencies for aeson, either, and text-binary
+
 * 1.1.0.0 (May 22, 2015)
 
   - Added Ord instance for TV, Season, and Episode
diff --git a/themoviedb.cabal b/themoviedb.cabal
--- a/themoviedb.cabal
+++ b/themoviedb.cabal
@@ -1,6 +1,6 @@
 --------------------------------------------------------------------------------
 name:          themoviedb
-version:       1.1.0.0
+version:       1.1.1.0
 synopsis:      Haskell API bindings for http://themoviedb.org
 homepage:      http://github.com/pjones/themoviedb
 bug-reports:   http://github.com/pjones/themoviedb/issues
@@ -61,17 +61,17 @@
     ghc-options: -Werror
     ghc-prof-options: -prof -auto-all
 
-  build-depends: aeson              >= 0.6   && < 0.9
+  build-depends: aeson              >= 0.6   && < 0.10
                , base               >= 4.6   && < 5.0
                , binary             >= 0.7   && < 0.8
                , bytestring         >= 0.9   && < 0.11
-               , either             >= 4.3   && < 4.4
+               , either             >= 4.3   && < 4.5
                , http-client        >= 0.4   && < 0.5
                , http-client-tls    >= 0.2.2 && < 0.3
                , http-types         >= 0.8   && < 0.9
                , mtl                >= 2.1   && < 2.3
                , text               >= 0.11  && < 1.3
-               , text-binary        >= 0.1   && < 0.2
+               , text-binary        >= 0.1   && < 0.3
                , time               >= 1.2   && < 1.6
                , time-locale-compat >= 0.1   && < 0.2
                , transformers       >= 0.3   && < 0.5
