diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 36db3dd..09bb0a8 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -34,3 +34,13 @@
* CB-6264 minor formatting issue
* Update docs with recent WP changes, remove 'clear' from the loist of named colors in documentation
* CB-6513 - Statusbar plugin for Android is not compiling
+
+### 0.1.7 (Aug 06, 2014)
+* Add LICENSE and NOTICE
+* Update statusbar.js
+* Update backgroundColorByHexString function
+* ios: Use a persistent callbackId instead of calling sendJs
+* CB-6626 ios: Add a JS event for tapping on statusbar
+* ios: Fix hide to adjust webview's frame only when status bar is not overlaying webview
+* CB-6127 Updated translations for docs
+* android: Fix StatusBar.initialize() not running on UI thread
diff --git a/plugin.xml b/plugin.xml
index ef7e42e..404a971 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -22,7 +22,7 @@
xmlns:rim="http://www.blackberry.com/ns/widgets"
xmlns:android="http://schemas.android.com/apk/res/android"
id="org.apache.cordova.statusbar"
- version="0.1.7-dev">
+ version="0.1.7">
StatusBar
Cordova StatusBar Plugin
Apache 2.0