diff --git a/CHANGELOG.md b/CHANGELOG.md
index 41243c30266affa51fbc6792244c7a690fbbf5b9..b2bd2a8bd3e28deadf276407f633ae10d739ae07 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,10 @@
 # Pretty library change log
 
+## 1.1.3.4 -- 3rd June, 2016
+
+* Fix over-zeleaous use of strictness causing stack allocation, fixes part of
+  issue #32 (by Neil Mitchell).
+
 ## 1.1.3.3 -- 29th February, 2016
 
 * Improve documentation.
diff --git a/pretty.cabal b/pretty.cabal
index f3116eb85d1c49c83a2734ce65c77b9ff5224a0e..39fe558b4327c267652fe57c94be3685b3b05cb2 100644
--- a/pretty.cabal
+++ b/pretty.cabal
@@ -1,5 +1,5 @@
 name:          pretty
-version:       1.1.3.3
+version:       1.1.3.4
 synopsis:      Pretty-printing library
 description:
         This package contains a pretty-printing library, a set of API's
@@ -24,7 +24,7 @@ Cabal-Version: >= 1.8
 source-repository this
     type: git
     location: http://github.com/haskell/pretty.git
-    tag: 1.1.3.3
+    tag: 1.1.3.4
 
 source-repository head
     type:     git