diff --git a/bloodhound.cabal b/bloodhound.cabal
--- a/bloodhound.cabal
+++ b/bloodhound.cabal
@@ -1,5 +1,5 @@
 name:                bloodhound
-version:             0.15.0.1
+version:             0.15.0.2
 synopsis:            ElasticSearch client library for Haskell
 description:         ElasticSearch made awesome for Haskell hackers
 homepage:            https://github.com/bitemyapp/bloodhound
@@ -55,7 +55,7 @@
                        text             >= 0.11    && <1.3,
                        mtl              >= 1.0     && <2.3,
                        transformers     >= 0.2     && <0.6,
-                       http-types       >= 0.8     && <0.12,
+                       http-types       >= 0.8     && <0.13,
                        vector           >= 0.10.9  && <0.13,
                        scientific       >= 0.3.0.0 && <0.4.0.0,
                        exceptions,
diff --git a/changelog.md b/changelog.md
--- a/changelog.md
+++ b/changelog.md
@@ -1,3 +1,14 @@
+0.15.0.2
+========
+- @michaelxavier
+  - Allow http-types 0.12
+
+0.15.0.1
+========
+- @bitemyapp
+  - Allow http-types 0.11
+  - Removed unused `oPath` function
+
 0.15.0.0
 ===================
 
