diff --git a/CHANGELOG b/CHANGELOG
index 9685f6c999d517ce0f15bc52593481e2af4009a9..a6c76bce53d831944ac74686f6aad1185ec2a499 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,8 @@
+0.4.1
+=====
+- Respect configuration when running autopep8
+- Quickfix for pep8 version conflicts
+
 0.4.0
 =====
 - Fix trailing-whitespace on OS X
diff --git a/setup.py b/setup.py
index ce93306ab80a34c6bba71762144897806933e253..aabb16085aa0ddca506bae66cc4e3c3b27a8d9f9 100644
--- a/setup.py
+++ b/setup.py
@@ -6,7 +6,7 @@ setup(
     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.0',
+    version='0.4.1',
 
     author='Anthony Sottile',
     author_email='asottile@umich.edu',