diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index ef3c505..36db3dd 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -26,3 +26,11 @@
* CB-6316: Moved StatusBar plugin documentation to docs folder
* CB-6314: [android] Add StatusBar.isVisible support to Android
* CB-6460: Update license headers
+
+### 0.1.6 (Jun 05, 2014)
+* CB-6783 - added StatusBarStyle config preference, updated docs (closes #9)
+* CB-6812 Add license
+* CB-6491 add CONTRIBUTING.md
+* 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
diff --git a/plugin.xml b/plugin.xml
index 32790e5..0198cba 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.6-dev">
+ version="0.1.6">
StatusBar
Cordova StatusBar Plugin
Apache 2.0