diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
 # CHANGELOG
 
+ -  0.1.3 (2021-02-10)
+     *  Bump `aeson` dependency upper bound to 1.5.
+     *  Bump GHC to 8.10.3.
+
  -  0.1.2 (2020-11-05)
      *  Bump `regex-pcre-builtin` dependency lower bound to 0.95.1.3 to fix
         issue with `Text` regexes (by Stefano Debenedetti).
diff --git a/goldplate.cabal b/goldplate.cabal
--- a/goldplate.cabal
+++ b/goldplate.cabal
@@ -1,5 +1,5 @@
 Name:          goldplate
-Version:       0.1.2
+Version:       0.1.3
 Synopsis:      A lightweight golden test runner
 License:       Apache-2.0
 License-file:  LICENSE
@@ -26,7 +26,7 @@
     Paths_goldplate
 
   Build-depends:
-    aeson                >= 1.4  && < 1.5,
+    aeson                >= 1.4  && < 1.6,
     aeson-pretty         >= 0.8  && < 0.9,
     async                >= 2.2  && < 2.3,
     base                 >= 4.9  && < 5,
