diff --git a/LICENSE b/LICENSE
--- a/LICENSE
+++ b/LICENSE
@@ -1,6 +1,6 @@
 The MIT License (MIT)
 
-Copyright (c) 2016 Will Sewell
+Copyright (c) 2017 Will Sewell
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
diff --git a/pusher-http-haskell.cabal b/pusher-http-haskell.cabal
--- a/pusher-http-haskell.cabal
+++ b/pusher-http-haskell.cabal
@@ -1,5 +1,5 @@
 name:                 pusher-http-haskell
-version:              1.1.0.4
+version:              1.2.0.0
 cabal-version:        >=1.18
 build-type:           Simple
 license:              MIT
@@ -39,8 +39,8 @@
                       http-client >=0.4 && <0.6,
                       http-types >=0.8 && <0.10,
                       text ==1.2.*,
-                      time >=1.4 && <1.7,
-                      transformers >=0.3 && <0.6,
+                      time >=1.5 && <1.7,
+                      transformers >=0.4 && <0.6,
                       unordered-containers ==0.2.*
   ghc-options:        -Wall
   if impl(ghc >= 8.0.0)
