diff --git a/CHANGELOG b/CHANGELOG
new file mode 100644
--- /dev/null
+++ b/CHANGELOG
@@ -0,0 +1,9 @@
+- 0.7.0.2
+    * Bump QuickCheck dependency to 2.7
+
+- 0.7.0.1
+    * Fix incorrect blaze-markup dependency in tests
+
+- 0.7.0.0
+    * Bump blaze-markup so we get the (!?) operator for conditionally setting
+      attributes
diff --git a/blaze-html.cabal b/blaze-html.cabal
--- a/blaze-html.cabal
+++ b/blaze-html.cabal
@@ -1,5 +1,5 @@
 Name:         blaze-html
-Version:      0.7.0.1
+Version:      0.7.0.2
 Homepage:     http://jaspervdj.be/blaze
 Bug-Reports:  http://github.com/jaspervdj/blaze-html/issues
 License:      BSD3
@@ -19,6 +19,7 @@
 Cabal-version: >= 1.8
 
 Extra-source-files:
+  CHANGELOG
   src/Util/Sanitize.hs
   src/Util/GenerateHtmlCombinators.hs
 
@@ -69,7 +70,7 @@
 
   Build-depends:
     HUnit                      >= 1.2 && < 1.3,
-    QuickCheck                 >= 2.4 && < 2.7,
+    QuickCheck                 >= 2.4 && < 2.8,
     containers                 >= 0.3 && < 0.6,
     test-framework             >= 0.4 && < 0.9,
     test-framework-hunit       >= 0.3 && < 0.4,
