diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 1dc12e1..9b22f17 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -66,3 +66,17 @@
### 0.1.10 (Feb 04, 2015)
* CB-8351 ios: Use argumentForIndex rather than NSArray extension
+
+### 1.0.0 (Apr 15, 2015)
+* CB-8746 gave plugin major version bump
+* CB-8683 changed plugin-id to pacakge-name
+* CB-8653 properly updated translated docs to use new id
+* CB-8653 updated translated docs to use new id
+* Use TRAVIS_BUILD_DIR, install paramedic by npm
+* CB-8653 Updated Readme
+* - Use StatusBarBackgroundColor instead of AndroidStatusBarBackgroundColor, and added a quirk to the readme.
+* - Add support for StatusBar.backgroundColorByHexString (and StatusBar.backgroundColorByName) on Android 5 and up
+* Allow setting the statusbar backgroundcolor on Android
+* CB-8575 Integrate TravisCI
+* CB-8438 cordova-plugin-statusbar documentation translation: cordova-plugin-statusbar
+* CB-8538 Added package.json file
diff --git a/plugin.xml b/plugin.xml
index fa7abf8..da621ab 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="cordova-plugin-statusbar"
- version="1.0.0-dev">
+ version="1.0.0">
StatusBar
Cordova StatusBar Plugin
Apache 2.0
diff --git a/tests/plugin.xml b/tests/plugin.xml
index 004c082..7f9b0f3 100644
--- a/tests/plugin.xml
+++ b/tests/plugin.xml
@@ -22,7 +22,7 @@
xmlns:rim="http://www.blackberry.com/ns/widgets"
xmlns:android="http://schemas.android.com/apk/res/android"
id="cordova-plugin-statusbar-tests"
- version="0.1.11-dev">
+ version="1.0.0">
Cordova StatusBar Plugin Tests
Apache 2.0