v0.5.0
diff --git a/CHANGELOG b/CHANGELOG
index b929872..c378c5d 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,17 @@
+0.5.0
+=====
+- Add check-byte-order-marker
+- Add check-synlinks
+- check-large-files-added understands git-lfs
+- Support older git
+- Fix regex for --django in test name checker
+- Add fix-encoding-pragma hook
+- requirements-txt-fixer now sorts like latest pip
+- Add check-ast hook
+- Add detect-aws-credentials hook
+- Allow binary files to pass private key hook
+- Add pretty-format-json hook
+
 0.4.2
 =====
 - Add --django to test name checker
diff --git a/setup.py b/setup.py
index 5052642..f254067 100644
--- a/setup.py
+++ b/setup.py
@@ -6,7 +6,7 @@
     name='pre_commit_hooks',
     description='Some out-of-the-box hooks for pre-commit.',
     url='https://github.com/pre-commit/pre-commit-hooks',
-    version='0.4.2',
+    version='0.5.0',
 
     author='Anthony Sottile',
     author_email='asottile@umich.edu',