diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,9 @@
 NOTES: 0.15 brings technically breaking changes, but should not affect
 most users.
 
+-   0.15.1
+    -   Support xml-conduit 1.4
+
 -   0.15
     -   Drop support for time <1.5
     -   Support http-client 2.2
diff --git a/aws.cabal b/aws.cabal
--- a/aws.cabal
+++ b/aws.cabal
@@ -1,5 +1,5 @@
 Name:                aws
-Version:             0.15
+Version:             0.15.1
 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.md>.
 Homepage:            http://github.com/aristidb/aws
@@ -19,7 +19,7 @@
 Source-repository this
   type: git
   location: https://github.com/aristidb/aws.git
-  tag: 0.15
+  tag: 0.15.1
 
 Source-repository head
   type: git
@@ -113,7 +113,6 @@
                        attoparsec           >= 0.11    && < 0.14,
                        base                 >= 4.6     && < 5,
                        base16-bytestring    == 0.1.*,
-                       base16-bytestring    == 0.1.*,
                        base64-bytestring    == 1.0.*,
                        blaze-builder        >= 0.2.1.4 && < 0.5,
                        byteable             == 0.1.*,
@@ -144,7 +143,7 @@
                        unordered-containers >= 0.2,
                        utf8-string          >= 0.3     && < 1.1,
                        vector               >= 0.10,
-                       xml-conduit          >= 1.2     && <1.4
+                       xml-conduit          >= 1.2     && <1.5
  
   if !impl(ghc >= 7.6)
     Build-depends: ghc-prim
