diff --git a/README.md b/README.md
index d9f4d16..11e6fe1 100644
--- a/README.md
+++ b/README.md
@@ -18,7 +18,7 @@ Backwards compatible with PHP. Tested by us on PHP 5.6 & 5.5. Users have reporte
 
 Read the [Wiki](https://github.com/Inchoo/Inchoo_PHP7/wiki)! It contains a lot of great information and stuff you need to do or know about running M1 on PHP7.
 
-### 2.1.0
+### 2.1.1
 Tested on M CE 1.9.3.* & M EE 1.14.3.*.
 
 This version removes all model overwrites and Mage_Core_Model_File_Uploader overload. That's fixed in 1.9.3 core.
diff --git a/app/code/local/Inchoo/PHP7/etc/config.xml b/app/code/local/Inchoo/PHP7/etc/config.xml
index 23796ac..3c64a95 100644
--- a/app/code/local/Inchoo/PHP7/etc/config.xml
+++ b/app/code/local/Inchoo/PHP7/etc/config.xml
@@ -2,7 +2,7 @@
 <config>
     <modules>
         <Inchoo_PHP7>
-            <version>2.1.0</version>
+            <version>2.1.1</version>
         </Inchoo_PHP7>
     </modules>
 
diff --git a/changelog.md b/changelog.md
index 86e039d..44b3099 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,5 +1,5 @@
 # Change Log
-## [Unreleased]
+## [2.1.1] - 2017-06-07
 ### Changed
 - https instead of http for packages.firegento.com (by @EmPeWe).
 - smarter require in inchoo_php7_test (by @szepeviktor)