diff --git a/CHANGELOG.markdown b/CHANGELOG.markdown
--- a/CHANGELOG.markdown
+++ b/CHANGELOG.markdown
@@ -7,6 +7,23 @@
 *de facto* standard Haskell versioning scheme.
 
 
+0.7.0.2
+-------
+
+- **Date**    2017-10-11
+- **Git tag** [tasty-dejafu-0.7.0.2][]
+- **Hackage** https://hackage.haskell.org/package/tasty-dejafu-0.7.0.2
+
+### Miscellaneous
+
+- dejafu-0.9 support
+
+[tasty-dejafu-0.7.0.2]: https://github.com/barrucadu/dejafu/releases/tag/tasty-dejafu-0.7.0.2
+
+
+---------------------------------------------------------------------------------------------------
+
+
 0.7.0.1
 -------
 
@@ -22,7 +39,6 @@
 
 
 ---------------------------------------------------------------------------------------------------
-
 
 
 0.7.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:             0.7.0.1
+version:             0.7.0.2
 synopsis:            Deja Fu support for the Tasty test framework.
 
 description:
@@ -30,14 +30,14 @@
 source-repository this
   type:     git
   location: https://github.com/barrucadu/dejafu.git
-  tag:      tasty-dejafu-0.7.0.1
+  tag:      tasty-dejafu-0.7.0.2
 
 library
   exposed-modules:     Test.Tasty.DejaFu
   -- other-modules:       
   -- other-extensions:    
   build-depends:       base   >=4.8  && <5
-                     , dejafu >=0.7.1  && <0.9
+                     , dejafu >=0.7.1  && <0.10
                      , random >=1.0  && <1.2
                      , tagged >=0.8  && <0.9
                      , tasty  >=0.10 && <0.12
