diff --git a/CHANGELOG.rst b/CHANGELOG.rst
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -6,6 +6,19 @@
 
 .. _PVP: https://pvp.haskell.org/
 
+
+1.1.0.2 (2018-03-17)
+--------------------
+
+* Git: :tag:`tasty-dejafu-1.1.0.2`
+* Hackage: :hackage:`tasty-dejafu-1.1.0.2`
+
+Miscellaneous
+~~~~~~~~~~~~~
+
+* The upper bound on :hackage:`dejafu` is <1.5.
+
+
 1.1.0.1 (2018-03-06)
 --------------------
 
diff --git a/README.markdown b/README.markdown
--- a/README.markdown
+++ b/README.markdown
@@ -5,9 +5,6 @@
 [tasty][]. This lets you easily incorporate concurrency testing into
 your existing test suites.
 
-The documentation of the latest developmental version is
-[available online][docs].
-
 Contributing
 ------------
 
@@ -16,6 +13,5 @@
 Feel free to contact me on GitHub, through IRC (#haskell on freenode),
 or email (mike@barrucadu.co.uk).
 
-[docs]:   https://docs.barrucadu.co.uk/tasty-dejafu
 [dejafu]: https://hackage.haskell.org/package/dejafu
 [tasty]:  https://hackage.haskell.org/package/tasty
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.1.0.1
+version:             1.1.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-1.1.0.1
+  tag:      tasty-dejafu-1.1.0.2
 
 library
   exposed-modules:     Test.Tasty.DejaFu
   -- other-modules:       
   -- other-extensions:    
   build-depends:       base   >=4.8  && <5
-                     , dejafu >=1.2  && <1.4
+                     , dejafu >=1.2  && <1.5
                      , random >=1.0  && <1.2
                      , tagged >=0.8  && <0.9
                      , tasty  >=0.10 && <1.1
