Prepare to release.
diff --git a/cryptography/__about__.py b/cryptography/__about__.py
index 54a9dbe..95f8574 100644
--- a/cryptography/__about__.py
+++ b/cryptography/__about__.py
@@ -22,7 +22,7 @@
                "recipes and primitives to Python developers.")
 __uri__ = "https://github.com/pyca/cryptography"
 
-__version__ = "0.1.dev1"
+__version__ = "0.1"
 
 __author__ = ("Alex Gaynor, Hynek Schlawack, Donald Stufft, "
               "Laurens Van Houtven, Jean-Paul Calderone, Christian Heimes, "
diff --git a/docs/changelog.rst b/docs/changelog.rst
index 4d78221..b2d24c5 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -1,7 +1,7 @@
 Changelog
 =========
 
-0.1 - YYYY-MM-DD
+0.1 - 2014-01-08
 ~~~~~~~~~~~~~~~~
 
 * Initial release.