v0.6.9
diff --git a/Changes.rst b/Changes.rst
index 0e9113c..3effad1 100644
--- a/Changes.rst
+++ b/Changes.rst
@@ -1,3 +1,8 @@
+Version 0.6.9 (2014-01-19)
+--------------------------
+- Fix handling of development mode script wrappers. Thanks to @jmlopez-rod and @dcosson (Issue #69).
+- Speed up code path for global completion hook negative result by loading pkg_resources on demand.
+
 Version 0.6.8 (2014-01-18)
 --------------------------
 - Begin tracking changes in changelog.
diff --git a/setup.py b/setup.py
index bf52b82..36f5471 100755
--- a/setup.py
+++ b/setup.py
@@ -12,7 +12,7 @@
 
 setup(
     name='argcomplete',
-    version='0.6.8',
+    version='0.6.9',
     url='https://github.com/kislyuk/argcomplete',
     license='Apache Software License',
     author='Andrey Kislyuk',