This is v0.1.1
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 042c623..b528407 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -1,5 +1,5 @@
 -   repo: git@github.com:pre-commit/pre-commit-hooks
-    sha: a751eb58f91d8fa70e8b87c9c95777c5a743a932
+    sha: ba52312ee8a95ca1b075ee864f3ab78bd5f592a4
     hooks:
     -   id: trailing-whitespace
     -   id: end-of-file-fixer
@@ -8,7 +8,7 @@
     -   id: name-tests-test
     -   id: flake8
 -   repo: git@github.com:pre-commit/pre-commit
-    sha: bcb1283267c0a041c77150a80a58f1bc2a3252d6
+    sha: 061ac8168235070e39d5458c55839517b6f97920
     hooks:
     -   id: validate_config
     -   id: validate_manifest
diff --git a/CHANGELOG b/CHANGELOG
new file mode 100644
index 0000000..d2a9b0e
--- /dev/null
+++ b/CHANGELOG
@@ -0,0 +1,7 @@
+0.1.1
+=====
+- Don't crash on non-parseable files for debug-statement-hook
+
+0.1.0
+=====
+- Initial Release
diff --git a/setup.py b/setup.py
index e744b62..b5df826 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.1.0',
+    version='0.1.1',
 
     author='Anthony Sottile',
     author_email='asottile@umich.edu',