diff --git a/BlogLiterately.cabal b/BlogLiterately.cabal
--- a/BlogLiterately.cabal
+++ b/BlogLiterately.cabal
@@ -1,5 +1,5 @@
 Name:           BlogLiterately
-Version:        0.5.4
+Version:        0.5.4.1
 Synopsis:       A tool for posting Haskelly articles to blogs
 Description:    Write blog posts in Markdown format, then use BlogLiterately
                 to do syntax highlighting, format ghci sessions, and upload
@@ -50,7 +50,7 @@
                    parsec >= 3 && < 3.2,
                    HaXml >= 1.22 && < 1.24,
                    hscolour >= 1.20 && < 1.21,
-                   blaze-html >= 0.5 && < 0.6,
+                   blaze-html >= 0.5 && < 0.7,
                    cmdargs >= 0.9.5 && < 0.11,
                    haxr >= 3000.9 && < 3000.10,
                    pandoc >= 1.10 && < 1.11,
diff --git a/CHANGES b/CHANGES
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,7 @@
+0.5.4.1: 18 February 2013
+
+  * bump blaze-html upper bound to < 0.7
+
 0.5.4: 24 January 2013
 
   * Require pandoc 1.10.
