v0.7.1
diff --git a/CHANGELOG b/CHANGELOG
index 6f05286..c489206 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,7 @@
+0.7.1
+=====
+- Don't false positive on files where trailing whitespace isn't changed.
+
 0.7.0
 =====
 - Improve search for detecting aws keys
diff --git a/setup.py b/setup.py
index 6671fd2..68a8664 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.7.0',
+    version='0.7.1',
 
     author='Anthony Sottile',
     author_email='asottile@umich.edu',