diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,7 @@
+0.2.0.1 [2018.09.24]
+--------------------
+* Ditch GHC 7.6.3 support.
+
+0.2.0 [2018.09.20]
+------------------
+* Initial release.
diff --git a/broadcast-chan-conduit.cabal b/broadcast-chan-conduit.cabal
--- a/broadcast-chan-conduit.cabal
+++ b/broadcast-chan-conduit.cabal
@@ -1,5 +1,5 @@
 Name:               broadcast-chan-conduit
-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:           Conduit-based parallel streaming code for broadcast-chan
 
 Description:
@@ -36,7 +38,7 @@
                         ScopedTypeVariables
                         Trustworthy
 
-  Build-Depends:        base >= 4.6 && < 5
+  Build-Depends:        base >= 4.7 && < 5
                ,        broadcast-chan == 0.2.0.*
                ,        conduit >= 1.2 && < 1.4
                ,        resourcet >= 1.1 && < 1.3
