diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -8,3 +8,7 @@
 
 * A number of version bumps
 * source repository information corrected
+
+## 0.1.0.1 -- 2018-06-15
+
+* Version bumps	
diff --git a/postmark-streams.cabal b/postmark-streams.cabal
--- a/postmark-streams.cabal
+++ b/postmark-streams.cabal
@@ -2,7 +2,7 @@
 -- documentation, see http://haskell.org/cabal/users-guide/
 
 name:                postmark-streams
-version:             0.1.0.1
+version:             0.1.0.2
 synopsis:            Send email via Postmark using io-streams.
 description:
             Send email via Postmark using io-streams.
@@ -23,7 +23,7 @@
 source-repository this
   type:              git
   location:          git://github.com/jonpetterbergman/postmark-streams.git
-  tag:               v0.1.0.1
+  tag:               v0.1.0.2
                      
                      
 
@@ -32,8 +32,8 @@
                        Postmark.Request,
                        Postmark.Response
   other-extensions:    OverloadedStrings
-  build-depends:       base >=4.9 && <4.11,
-                       aeson >=1.1 && <1.3,
+  build-depends:       base >=4.9 && <4.12,
+                       aeson >=1.1 && <1.5,
                        attoparsec >=0.13 && <0.14,
                        binary >=0.8 && <0.10,
                        bytestring >=0.10 && <0.11,
@@ -41,6 +41,6 @@
                        io-streams >=1.3 && <1.6,
                        text >=1.2 && <1.3,
                        base64-bytestring >=1.0 && <1.1,
-                       time >=1.6 && <1.9
+                       time >=1.6 && <1.10
   hs-source-dirs:      src
   default-language:    Haskell2010
