diff --git a/BlogLiterately.cabal b/BlogLiterately.cabal
--- a/BlogLiterately.cabal
+++ b/BlogLiterately.cabal
@@ -1,5 +1,5 @@
 Name:           BlogLiterately
-Version:        0.8.2.2
+Version:        0.8.2.3
 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 @@
                    temporary >= 1.1 && < 1.3,
                    strict >= 0.3 && < 0.4,
                    split >= 0.1.4 && < 0.3,
-                   transformers >= 0.3 && < 0.5,
+                   transformers >= 0.3 && < 0.6,
                    parsec >= 3 && < 3.2,
                    HaXml >= 1.22 && < 1.26,
                    hscolour >= 1.20 && < 1.25,
diff --git a/CHANGES.md b/CHANGES.md
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,3 +1,8 @@
+0.8.2.3 (9 May 2016)
+--------------------
+
+  * Allow `transformers-0.5`
+
 0.8.2.2 (6 May 2016)
 --------------------
 
