diff --git a/cryptography/__about__.py b/cryptography/__about__.py
index 6e2fdd7dd6f9aee8e50e920d0293ac15f5cb7689_Y3J5cHRvZ3JhcGh5L19fYWJvdXRfXy5weQ==..8541fe8d84ec9854bf3814a2f3667dff4b9920c4_Y3J5cHRvZ3JhcGh5L19fYWJvdXRfXy5weQ== 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.2.1"
+__version__ = "0.2.2"
 
 __author__ = "The cryptography developers"
 __email__ = "cryptography-dev@python.org"
diff --git a/cryptography/hazmat/bindings/openssl/err.py b/cryptography/hazmat/bindings/openssl/err.py
index 6e2fdd7dd6f9aee8e50e920d0293ac15f5cb7689_Y3J5cHRvZ3JhcGh5L2hhem1hdC9iaW5kaW5ncy9vcGVuc3NsL2Vyci5weQ==..8541fe8d84ec9854bf3814a2f3667dff4b9920c4_Y3J5cHRvZ3JhcGh5L2hhem1hdC9iaW5kaW5ncy9vcGVuc3NsL2Vyci5weQ== 100644
--- a/cryptography/hazmat/bindings/openssl/err.py
+++ b/cryptography/hazmat/bindings/openssl/err.py
@@ -151,7 +151,6 @@
 static const int EVP_R_DATA_NOT_MULTIPLE_OF_BLOCK_LENGTH;
 static const int EVP_R_DECODE_ERROR;
 static const int EVP_R_DIFFERENT_KEY_TYPES;
-static const int EVP_R_DISABLED_FOR_FIPS;
 static const int EVP_R_ENCODE_ERROR;
 static const int EVP_R_INITIALIZATION_ERROR;
 static const int EVP_R_INPUT_NOT_INITIALIZED;
diff --git a/docs/changelog.rst b/docs/changelog.rst
index 6e2fdd7dd6f9aee8e50e920d0293ac15f5cb7689_ZG9jcy9jaGFuZ2Vsb2cucnN0..8541fe8d84ec9854bf3814a2f3667dff4b9920c4_ZG9jcy9jaGFuZ2Vsb2cucnN0 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -1,5 +1,10 @@
 Changelog
 =========
 
+0.2.2 - 2014-03-03
+~~~~~~~~~~~~~~~~~~
+
+* Removed a constant definition that was causing compilation problems with specific versions of OpenSSL.
+
 0.2.1 - 2014-02-22
 ~~~~~~~~~~~~~~~~~~
@@ -4,5 +9,6 @@
 0.2.1 - 2014-02-22
 ~~~~~~~~~~~~~~~~~~
+
 * Fix a bug where importing cryptography from multiple paths could cause initialization to fail.
 
 0.2 - 2014-02-20