diff --git a/CHANGELOG.md b/CHANGELOG.md
index 51c4ee8..3a11911 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,9 @@
+1.3.4
+
+* Bug fix: `cptree` now correctly copies files instead of creating directories
+  of the same name
+* Increase upper bound on `criterion`
+
 1.3.3
 
 * Bug fix: Change `textToLines` to behave like `Data.Text.splitOn "\n"`
diff --git a/README.md b/README.md
index b369d6a..25448e8 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# Turtle v1.3.3
+# Turtle v1.3.4
 
 Turtle is a reimplementation of the Unix command line environment in Haskell so
 that you can use Haskell as a scripting language or a shell.  Think of `turtle`
diff --git a/turtle.cabal b/turtle.cabal
index 0118218..c4b74c6 100644
--- a/turtle.cabal
+++ b/turtle.cabal
@@ -1,5 +1,5 @@
 Name: turtle
-Version: 1.3.3
+Version: 1.3.4
 Cabal-Version: >=1.10
 Build-Type: Simple
 License: BSD3