diff --git a/BlogLiterately.cabal b/BlogLiterately.cabal
--- a/BlogLiterately.cabal
+++ b/BlogLiterately.cabal
@@ -1,5 +1,5 @@
 Name:           BlogLiterately
-Version:        0.8.3
+Version:        0.8.3.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
@@ -59,11 +59,11 @@
                    haxr >= 3000.11 && < 3000.12,
                    pandoc >= 1.14 && < 1.18,
                    pandoc-types >= 1.16 && < 1.17,
-                   pandoc-citeproc >= 0.1.2 && < 0.10,
+                   pandoc-citeproc >= 0.1.2 && < 0.11,
                    highlighting-kate >= 0.5 && < 0.7,
-                   data-default >= 0.5 && < 0.7,
+                   data-default >= 0.5 && < 0.8,
                    lens >= 3.8 && < 4.15,
-                   tagsoup >= 0.13.4 && < 0.14,
+                   tagsoup >= 0.13.4 && < 0.15,
                    HTTP >= 4000.3 && < 4000.4
   Exposed-modules: Text.BlogLiterately
                    Text.BlogLiterately.Block
diff --git a/CHANGES.md b/CHANGES.md
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,3 +1,13 @@
+0.8.3.1 (14 June 2016)
+----------------------
+
+Allow:
+
+  - `pandoc-citeproc-0.10`
+  - `data-default-0.7`
+  - `tagsoup-0.14`
+
+
 0.8.3 (25 May 2016)
 -------------------
 
