v0.5.1
diff --git a/CHANGELOG b/CHANGELOG
index c378c5d..3654101 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,8 @@
+0.5.1
+=====
+- Add a --no-sort-keys to json pretty formatter
+- Add a --remove to fix-encoding-pragma
+
 0.5.0
 =====
 - Add check-byte-order-marker
diff --git a/setup.py b/setup.py
index f254067..e0478b7 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.5.0',
+    version='0.5.1',
 
     author='Anthony Sottile',
     author_email='asottile@umich.edu',