diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index fb7987894493824d92482955b62771fc22d913ea_Q0hBTkdFTE9HLnJzdA==..649688d4c3d5ee69e08ca45325534cb3a9c41caa_Q0hBTkdFTE9HLnJzdA== 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -1,6 +1,15 @@
 Changelog
 =========
 
+0.7.2 - 2015-01-16
+~~~~~~~~~~~~~~~~~~
+
+* Updated Windows wheels to be compiled against OpenSSL 1.0.1l.
+* ``enum34`` is no longer installed on Python 3.4, where it is included in
+  the standard library.
+* Added a new function to the OpenSSL bindings to support additional
+  functionality in pyOpenSSL.
+
 0.7.1 - 2014-12-28
 ~~~~~~~~~~~~~~~~~~
 
diff --git a/src/cryptography/__about__.py b/src/cryptography/__about__.py
index fb7987894493824d92482955b62771fc22d913ea_c3JjL2NyeXB0b2dyYXBoeS9fX2Fib3V0X18ucHk=..649688d4c3d5ee69e08ca45325534cb3a9c41caa_c3JjL2NyeXB0b2dyYXBoeS9fX2Fib3V0X18ucHk= 100644
--- a/src/cryptography/__about__.py
+++ b/src/cryptography/__about__.py
@@ -14,7 +14,7 @@
                " and primitives to Python developers.")
 __uri__ = "https://github.com/pyca/cryptography"
 
-__version__ = "0.7.1"
+__version__ = "0.7.2"
 
 __author__ = "The cryptography developers"
 __email__ = "cryptography-dev@python.org"
diff --git a/vectors/cryptography_vectors/__about__.py b/vectors/cryptography_vectors/__about__.py
index fb7987894493824d92482955b62771fc22d913ea_dmVjdG9ycy9jcnlwdG9ncmFwaHlfdmVjdG9ycy9fX2Fib3V0X18ucHk=..649688d4c3d5ee69e08ca45325534cb3a9c41caa_dmVjdG9ycy9jcnlwdG9ncmFwaHlfdmVjdG9ycy9fX2Fib3V0X18ucHk= 100644
--- a/vectors/cryptography_vectors/__about__.py
+++ b/vectors/cryptography_vectors/__about__.py
@@ -14,7 +14,7 @@
 
 __uri__ = "https://github.com/pyca/cryptography"
 
-__version__ = "0.7.1"
+__version__ = "0.7.2"
 
 __author__ = "The cryptography developers"
 __email__ = "cryptography-dev@python.org"