diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+1.4.1
+
+* Increase upper bound on `doctest`
+
 1.4.0
 
 * BREAKING CHANGE: Remove unnecessary `Maybe` from type of `single`
diff --git a/turtle.cabal b/turtle.cabal
--- a/turtle.cabal
+++ b/turtle.cabal
@@ -1,5 +1,5 @@
 Name: turtle
-Version: 1.4.0
+Version: 1.4.1
 Cabal-Version: >=1.10
 Build-Type: Simple
 License: BSD3
@@ -97,7 +97,7 @@
     Default-Language: Haskell2010
     Build-Depends:
         base    >= 4   && < 5   ,
-        doctest >= 0.7 && < 0.12
+        doctest >= 0.7 && < 0.13
 
 test-suite regression-broken-pipe
     Type: exitcode-stdio-1.0
