diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,7 +3,12 @@
 
 NOTE: 0.13 brings breaking changes compared to 0.12.1!
 
--   0.12.1
+-   0.13.2
+    -   ghc 8 support, via:
+    -   time 1.6 support
+    -   transformers 0.5 support
+    -   cereal 0.6 support
+-   0.13.1
     -   data-default 0.6 support
 -   0.13
     -   DDB: Add support for scanning an index
diff --git a/aws.cabal b/aws.cabal
--- a/aws.cabal
+++ b/aws.cabal
@@ -1,5 +1,5 @@
 Name:                aws
-Version:             0.13.1
+Version:             0.13.2
 Synopsis:            Amazon Web Services (AWS) for Haskell
 Description:         Bindings for Amazon Web Services (AWS), with the aim of supporting all AWS services. To see a high level overview of the library, see the README at <https://github.com/aristidb/aws/blob/master/README.org>.
 Homepage:            http://github.com/aristidb/aws
@@ -19,7 +19,7 @@
 Source-repository this
   type: git
   location: https://github.com/aristidb/aws.git
-  tag: 0.13.1
+  tag: 0.13.2
 
 Source-repository head
   type: git
@@ -119,7 +119,7 @@
                        byteable             == 0.1.*,
                        bytestring           >= 0.9     && < 0.11,
                        case-insensitive     >= 0.2     && < 1.3,
-                       cereal               >= 0.3     && < 0.5,
+                       cereal               >= 0.3     && < 0.6,
                        conduit              >= 1.1     && < 1.3,
                        conduit-extra        >= 1.1     && < 1.2,
                        containers           >= 0.4,
@@ -139,8 +139,8 @@
                        scientific           >= 0.3,
                        tagged               >= 0.7     && < 0.9,
                        text                 >= 0.11,
-                       time                 >= 1.1.4   && < 1.6,
-                       transformers         >= 0.2.2   && < 0.5,
+                       time                 >= 1.1.4   && < 2.0,
+                       transformers         >= 0.2.2   && < 0.6,
                        unordered-containers >= 0.2,
                        utf8-string          >= 0.3     && < 1.1,
                        vector               >= 0.10,
