diff --git a/README.org b/README.org
--- a/README.org
+++ b/README.org
@@ -91,6 +91,9 @@
 ** 0.9 series
 
 - 0.9.4
+  - allow http-types 0.9
+
+- 0.9.4
   - allow conduit 1.2
 
 - 0.9.3
diff --git a/aws.cabal b/aws.cabal
--- a/aws.cabal
+++ b/aws.cabal
@@ -1,5 +1,5 @@
 Name:                aws
-Version:             0.9.4
+Version:             0.9.5
 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
@@ -20,7 +20,7 @@
 Source-repository this
   type: git
   location: https://github.com/aristidb/aws.git
-  tag: 0.9.4
+  tag: 0.9.5
 
 Source-repository head
   type: git
@@ -117,7 +117,7 @@
                        directory            >= 1.0     && < 1.3,
                        filepath             >= 1.1     && < 1.4,
                        http-conduit         >= 2.1     && < 2.2,
-                       http-types           >= 0.7     && < 0.9,
+                       http-types           >= 0.7     && < 0.10,
                        lifted-base          >= 0.1     && < 0.3,
                        monad-control        >= 0.3,
                        mtl                  == 2.*,
