diff --git a/changelog.txt b/changelog.txt
--- a/changelog.txt
+++ b/changelog.txt
@@ -1,3 +1,8 @@
+# 0.5.2
+
++ Add convenience function for validating and compiling draft 4 schemas
+simultaneously.
+
 # 0.5.1
 
 + Switch from wreq to http-conduit; drop lens dependency.
diff --git a/hjsonschema.cabal b/hjsonschema.cabal
--- a/hjsonschema.cabal
+++ b/hjsonschema.cabal
@@ -1,5 +1,5 @@
 name:                   hjsonschema
-version:                0.5.2.0
+version:                0.5.2.1
 synopsis:               JSON Schema Draft 4 library
 homepage:               https://github.com/seagreen/hjsonschema
 license:                MIT
