diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,8 @@
-# 0.14.0
+# 0.13.3
+- Fixed CHANGELOG entry for 0.13.2: it referred to version 0.14.0
+- Relax bounds on `hspec`
+
+# 0.13.2
 - Removed aput and alens from Data.Vinyl.ARec. They were used internally, but their type is unsound.
 
 # 0.13.1
diff --git a/vinyl.cabal b/vinyl.cabal
--- a/vinyl.cabal
+++ b/vinyl.cabal
@@ -1,5 +1,5 @@
 name:                vinyl
-version:             0.13.2
+version:             0.13.3
 synopsis:            Extensible Records
 -- description:
 license:             MIT
