v0.7.0
diff --git a/CHANGELOG b/CHANGELOG index b9f2331..6f05286 100644 --- a/CHANGELOG +++ b/CHANGELOG
@@ -1,3 +1,8 @@ +0.7.0 +===== +- Improve search for detecting aws keys +- Add .pre-commit-hooks.yaml for forward compatibility + 0.6.1 ===== - trailing-whitespace-hook: restore original file on catastrophic failure
diff --git a/setup.py b/setup.py index b41b466..6671fd2 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.6.1', + version='0.7.0', author='Anthony Sottile', author_email='asottile@umich.edu',