diff --git a/changelog.md b/changelog.md
--- a/changelog.md
+++ b/changelog.md
@@ -1,4 +1,9 @@
+0.1.1.0
+==============
+
+* Set upper bounds for a few dependencies.
+
 0.1.0.0
 ==============
 
-Initial release
+* Initial release
diff --git a/katip-elasticsearch.cabal b/katip-elasticsearch.cabal
--- a/katip-elasticsearch.cabal
+++ b/katip-elasticsearch.cabal
@@ -1,7 +1,7 @@
 name:                katip-elasticsearch
 synopsis:            ElasticSearch scribe for the Katip logging framework.
 description:         See README.md for more details.
-version:             0.1.0.0
+version:             0.1.1.0
 license:             BSD3
 license-file:        LICENSE
 author:              Ozgun Ataman
@@ -35,15 +35,15 @@
     , stm-chans >= 3.0.0.2 && < 3.1
     , async >= 2.0.1.0 && < 2.2
     , enclosed-exceptions >= 1.0.0 && < 1.1
-    , http-client
-    , text
+    , http-client >= 0.3 && < 0.5
+    , text >= 0.11 && < 1.3
     , retry >= 0.7 && < 0.8
     , exceptions
-    , scientific
-    , unordered-containers
-    , transformers
-    , http-types
-    , time
+    , scientific >= 0.3.0.0 && < 0.4
+    , unordered-containers >= 0.1.0.0 && < 0.3
+    , transformers >= 0.2 && < 0.6
+    , http-types >= 0.8 && < 0.10
+    , time >= 1 && < 1.6
   hs-source-dirs:      src
   default-language:    Haskell2010
   hs-source-dirs:      src
