diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
 # CHANGELOG
 
+- 0.4.5.1 (2019-03-15)
+    * Bump `aeson` dependency to 1.4
+    * Bump `containers` dependency to 0.6
+
 - 0.4.5.0 (2018-05-08)
     * Tweak saturation and lightness for readability (by @nqac)
     * Bump `aeson` dependency to 1.3
diff --git a/profiteur.cabal b/profiteur.cabal
--- a/profiteur.cabal
+++ b/profiteur.cabal
@@ -1,5 +1,5 @@
 Name:                profiteur
-Version:             0.4.5.0
+Version:             0.4.5.1
 Synopsis:            Treemap visualiser for GHC prof files
 Description:         Treemap visualiser for GHC prof files
 Homepage:            http://github.com/jaspervdj/profiteur
@@ -53,10 +53,10 @@
     Paths_profiteur
 
   Build-depends:
-    aeson                >= 0.6  && < 1.4,
+    aeson                >= 0.6  && < 1.5,
     base                 >= 4.8  && < 5,
     bytestring           >= 0.9  && < 0.11,
-    containers           >= 0.5  && < 0.6,
+    containers           >= 0.5  && < 0.7,
     filepath             >= 1.3  && < 1.5,
     ghc-prof             >= 1.3  && < 1.5,
     js-jquery            >= 3.1  && < 3.4,
