diff --git a/changelog b/changelog
--- a/changelog
+++ b/changelog
@@ -1,3 +1,15 @@
+highlighting-kate 0.5.6.1 (27 Jan 2014)
+
+  * Allow blaze-html 0.7.
+
+highlighting-kate 0.5.6 (07 Jan 2014)
+
+  * Added restructuredtext.
+  * Updated rust syntax definition.
+  * Changed lua highlighting so variables/constants not highlighted
+    as keywords.
+  * Updated kate syntax definitions for python, cmake.
+
 highlighting-kate 0.5.4 (26 June 2013)
 
 
diff --git a/highlighting-kate.cabal b/highlighting-kate.cabal
--- a/highlighting-kate.cabal
+++ b/highlighting-kate.cabal
@@ -1,5 +1,5 @@
 Name:                highlighting-kate
-Version:             0.5.6
+Version:             0.5.6.1
 Cabal-Version:       >= 1.10
 Build-Type:          Simple
 Category:            Text
@@ -152,7 +152,7 @@
     cpp-options:     -D_PCRE_LIGHT
   else
     Build-depends:   regex-pcre-builtin
-  Build-Depends:     parsec, mtl, blaze-html >= 0.4.2 && < 0.7
+  Build-Depends:     parsec, mtl, blaze-html >= 0.4.2 && < 0.8
   Exposed-Modules:   Text.Highlighting.Kate
                      Text.Highlighting.Kate.Syntax
                      Text.Highlighting.Kate.Types
@@ -271,7 +271,7 @@
 
 Executable Highlight
   Main-Is:          Highlight.hs
-  Build-Depends:    base, containers, blaze-html >= 0.4.2 && < 0.7, filepath,
+  Build-Depends:    base, containers, blaze-html >= 0.4.2 && < 0.8, filepath,
                     highlighting-kate
   Hs-Source-Dirs:   extra
   Default-Language:    Haskell98
