diff --git a/changelog.md b/changelog.md
--- a/changelog.md
+++ b/changelog.md
@@ -1,3 +1,7 @@
+0.4.0.4
+=======
+* Allow http-types 0.12
+
 0.4.0.3
 =======
 * Fix benchmark and test builds for stackage nightly
diff --git a/katip-elasticsearch.cabal b/katip-elasticsearch.cabal
--- a/katip-elasticsearch.cabal
+++ b/katip-elasticsearch.cabal
@@ -1,7 +1,7 @@
 name:                katip-elasticsearch
 synopsis:            ElasticSearch scribe for the Katip logging framework.
 description:         See README.md for more details.
-version:             0.4.0.3
+version:             0.4.0.4
 license:             BSD3
 license-file:        LICENSE
 author:              Ozgun Ataman, Michael Xavier
@@ -50,7 +50,7 @@
     , scientific >= 0.3.0.0 && < 0.4
     , unordered-containers >= 0.1.0.0 && < 0.3
     , transformers >= 0.2 && < 0.6
-    , http-types >= 0.8 && < 0.10
+    , http-types >= 0.8 && < 0.13
     , time >= 1 && < 1.9
     , bytestring
   hs-source-dirs:      src
