diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,9 @@
 Changelog
 =========
 
+- 0.4.0.1 (2017-12-26)
+    * Bump `tasty` and `tasty-hunit` dependencies
+
 - 0.4.0.0 (2016-12-22)
     * Improved error messages
     * Added a simple test suite
diff --git a/indents.cabal b/indents.cabal
--- a/indents.cabal
+++ b/indents.cabal
@@ -1,5 +1,5 @@
 Name:                indents
-Version:             0.4.0.0
+Version:             0.4.0.1
 Synopsis:            indentation sensitive parser-combinators for parsec
 Description:         This library provides functions for use in parsing indentation sensitive contexts. It parses blocks of lines all indented to the same level as well as lines continued at an indented level below.
 Homepage:            http://github.com/jaspervdj/indents
@@ -45,8 +45,8 @@
 
   Build-depends:
     indents,
-    tasty       >= 0.11 && < 0.12,
-    tasty-hunit >= 0.9  && < 0.10,
+    tasty       >= 0.11 && < 0.13,
+    tasty-hunit >= 0.9  && < 0.11,
     -- Copy-pasted from 'Library' dependencies.
     base   >= 4 && < 5,
     parsec >= 3 && < 3.2,
