diff --git a/changelog.md b/changelog.md
--- a/changelog.md
+++ b/changelog.md
@@ -1,3 +1,7 @@
+0.4.0.1
+=======
+* Bump dependencies to allow GHC 8.2.1
+
 0.4.0.0
 =======
 * Update to bloodhound >= 0.13.0.0. This version adds support for both ElasticSearch versions 1 and 5. Previously, we implicitly supported one and maybe would work on 5. The types in `EsScribeCfg` had to change to be able to specify which version was being targeted.
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.0
+version:             0.4.0.1
 license:             BSD3
 license-file:        LICENSE
 author:              Ozgun Ataman, Michael Xavier
@@ -30,9 +30,9 @@
   build-depends:
       base >=4.6 && <5
     , katip >= 0.2.0.0 && < 0.6
-    , bloodhound >= 0.13.0.0 && < 0.15
+    , bloodhound >= 0.13.0.0 && < 0.16
     , uuid >= 1.3.12 && < 1.4
-    , aeson >=0.6 && <1.2
+    , aeson >=0.6 && <1.3
     , stm >= 2.4.3 && < 2.5
     , stm-chans >= 3.0.0.2 && < 3.1
     , async >= 2.0.1.0 && < 2.2
@@ -45,7 +45,7 @@
     , unordered-containers >= 0.1.0.0 && < 0.3
     , transformers >= 0.2 && < 0.6
     , http-types >= 0.8 && < 0.10
-    , time >= 1 && < 1.7
+    , time >= 1 && < 1.9
     , bytestring
   hs-source-dirs:      src
   default-language:    Haskell2010
