diff --git a/CHANGELOG.markdown b/CHANGELOG.markdown
--- a/CHANGELOG.markdown
+++ b/CHANGELOG.markdown
@@ -7,6 +7,23 @@
 *de facto* standard Haskell versioning scheme.
 
 
+1.0.0.1
+-------
+
+- **Date**    2018-01-09
+- **Git tag** [tasty-dejafu-1.0.0.1][]
+- **Hackage** https://hackage.haskell.org/package/tasty-dejafu-1.0.0.1
+
+### Miscellaneous
+
+- Bump upper bound of tasty to 1.1.
+
+[tasty-dejafu-1.0.0.1]: https://github.com/barrucadu/dejafu/releases/tag/tasty-dejafu-1.0.0.1
+
+
+---------------------------------------------------------------------------------------------------
+
+
 1.0.0.0
 -------
 
diff --git a/tasty-dejafu.cabal b/tasty-dejafu.cabal
--- a/tasty-dejafu.cabal
+++ b/tasty-dejafu.cabal
@@ -2,7 +2,7 @@
 -- documentation, see http://haskell.org/cabal/users-guide/
 
 name:                tasty-dejafu
-version:             1.0.0.0
+version:             1.0.0.1
 synopsis:            Deja Fu support for the Tasty test framework.
 
 description:
@@ -30,7 +30,7 @@
 source-repository this
   type:     git
   location: https://github.com/barrucadu/dejafu.git
-  tag:      tasty-dejafu-1.0.0.0
+  tag:      tasty-dejafu-1.0.0.1
 
 library
   exposed-modules:     Test.Tasty.DejaFu
@@ -40,6 +40,6 @@
                      , dejafu >=1.0  && <1.1
                      , random >=1.0  && <1.2
                      , tagged >=0.8  && <0.9
-                     , tasty  >=0.10 && <0.13
+                     , tasty  >=0.10 && <1.1
   -- hs-source-dirs:      
   default-language:    Haskell2010
