diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,8 @@
+0.2.0.1 [2018.09.24]
+--------------------
+* Update to match new broadcast-chan release.
+* Ditch GHC 7.6.3 support.
+
+0.2.0 [2018.09.20]
+------------------
+* Initial release.
diff --git a/broadcast-chan-tests.cabal b/broadcast-chan-tests.cabal
--- a/broadcast-chan-tests.cabal
+++ b/broadcast-chan-tests.cabal
@@ -1,5 +1,5 @@
 Name:               broadcast-chan-tests
-Version:            0.2.0
+Version:            0.2.0.1
 
 Homepage:           https://github.com/merijn/broadcast-chan
 Bug-Reports:        https://github.com/merijn/broadcast-chan/issues
@@ -14,9 +14,11 @@
 Category:           System
 Cabal-Version:      >= 1.10
 Build-Type:         Simple
-Tested-With:        GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.3, GHC == 8.0.2,
-                    GHC == 8.2.2, GHC == 8.4.3, GHC == 8.6.1
+Tested-With:        GHC == 7.8.4, GHC == 7.10.3, GHC == 8.0.2, GHC == 8.2.2,
+                    GHC == 8.4.3, GHC == 8.6.1
 
+Extra-Source-Files: CHANGELOG.md
+
 Synopsis:           Helpers for generating tests for broadcast-chan
 
 Description:
@@ -33,14 +35,14 @@
                         ScopedTypeVariables
                         Trustworthy
 
-  Build-Depends:        base >= 4.6 && < 5
+  Build-Depends:        base >= 4.7 && < 5
                ,        async >= 2.1 && < 2.3
-               ,        broadcast-chan == 0.2.0
+               ,        broadcast-chan == 0.2.0.1
                ,        clock == 0.7.*
                ,        containers >= 0.4 && < 0.6
                ,        optparse-applicative >= 0.12 && < 0.15
                ,        paramtree >= 0.1.1 && < 0.2
-               ,        stm >= 2.4 && < 2.5
+               ,        stm >= 2.4 && < 2.6
                ,        tagged == 0.8.*
                ,        tasty >= 0.11 && < 1.2
                ,        tasty-golden >= 2.0 && < 2.4
@@ -48,9 +50,6 @@
                ,        tasty-travis >= 0.2 && < 0.3
                ,        temporary >= 1.2 && < 1.4
                ,        text >= 1.0 && < 1.3
-
-  if impl(ghc < 7.8)
-    Build-Depends:      unix >= 2.0 && < 2.8
 
   if impl(ghc < 7.10)
     Build-Depends:      bifunctors >= 0.1 && < 5.6
