diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
 # Change Log
 
+## v0.2.2.1
+
+- Bump upper bounds
+
 ## v0.2.2.0
 
 - Add `gaugeIncrement` and `gaugeDecrement` functions [#16](https://github.com/parsonsmatt/monad-metrics/pull/16)
diff --git a/monad-metrics.cabal b/monad-metrics.cabal
--- a/monad-metrics.cabal
+++ b/monad-metrics.cabal
@@ -1,5 +1,5 @@
 name:                monad-metrics
-version:             0.2.2.0
+version:             0.2.2.1
 synopsis:            A convenient wrapper around EKG metrics
 description:         A convenient wrapper for collecting application metrics. Please see the README.md for more information.
 homepage:            https://github.com/parsonsmatt/monad-metrics#readme
@@ -21,11 +21,11 @@
                      , clock                >= 0.3     && < 0.9
                      , ekg-core             >= 0.1.0.1 && < 0.2
                      , exceptions           >= 0.6     && < 0.11
-                     , hashable             >= 1.2     && < 1.4
+                     , hashable             >= 1.2     && < 1.5
                      , microlens            >= 0.2     && < 0.5
-                     , mtl                  >= 2       && < 2.3
-                     , text                               < 1.3
-                     , transformers         >= 0.3     && < 0.6
+                     , mtl                  >= 2       && < 2.4
+                     , text                               
+                     , transformers         >= 0.3     && < 0.7
                      , unordered-containers >= 0.2     && < 0.3
   default-language:    Haskell2010
   ghc-options:         -Wall
