diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4b0a5fac..10ecacc6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,27 @@
+
+# [2.4.0](https://github.com/bitpay/cordova-plugin-qrscanner/compare/2.3.4...2.4.0) (2016-10-06)
+
+## How to Upgrade
+
+If you installed a previous version of this plugin and manually added a block like the following to your `config.xml`:
+
+```xml
+
+
+
+ The camera is used to scan QR codes.
+
+
+```
+
+you can simply delete the whole thing, it is no longer necessary. The iOS platform now installs itself completely, and no additional configuration is needed.
+
+### Features
+
+* **ios:** remove need for the swift-support hook, remove script ([dca1f7e](https://github.com/bitpay/cordova-plugin-qrscanner/commit/dca1f7e))
+
+
+
## [2.3.4](https://github.com/bitpay/cordova-plugin-qrscanner/compare/2.3.3...2.3.4) (2016-10-01)
diff --git a/package.json b/package.json
index 62eaf1db..96e9632e 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "cordova-plugin-qrscanner",
- "version": "2.3.4",
+ "version": "2.4.0",
"description": "Fast, energy-efficient, highly-configurable QR code scanner.",
"cordova": {
"id": "cordova-plugin-qrscanner",
diff --git a/plugin.xml b/plugin.xml
index 507fee52..4d1548bf 100755
--- a/plugin.xml
+++ b/plugin.xml
@@ -1,7 +1,7 @@
+ version="2.4.0">
QRScanner