diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
 # Revision history for lumberjack
 
+## 0.1.0.3 -- 2020-11-30
+
+* Bump prettyprinter upper-bound to allow versions in the 1.7.x range.
+
 ## 0.1.0.2 -- 2020-05-21
 
 * Enable support for GHC 8.4.
diff --git a/lumberjack.cabal b/lumberjack.cabal
--- a/lumberjack.cabal
+++ b/lumberjack.cabal
@@ -1,6 +1,6 @@
 cabal-version:       >=1.10
 name:                lumberjack
-version:             0.1.0.2
+version:             0.1.0.3
 synopsis:            Trek through your code forest and make logs
 description:         This is a logging facility.  Yes, there are many, and this is the one
                      with a beard, wearing flannel and boots, that gets the job done.  It's
@@ -48,7 +48,7 @@
                    , contravariant >= 1.5 && < 1.6
                    , exceptions    >= 0.10.4 && < 0.11
                    , mtl           >= 2.2.2 && < 2.3
-                   , prettyprinter >= 1.6 && < 1.7
+                   , prettyprinter >= 1.6 && < 1.8
                    , prettyprinter-ansi-terminal >= 1.1.1.2 && < 1.2
                    , text          >= 1.2.3.1 && < 1.3
                    , time          >= 1.8 && < 1.10
