diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 4f0b54e..d53626c 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,6 +20,19 @@
-->
# Release Notes
+### 2.0.0 (Nov 18, 2015)
+* CB-10035 Updated `RELEASENOTES` to be newest to oldest
+* Added `weakSelf` reference for block use
+* Fixes CB-4712, CB-5439 statusbar issues
+* Fixing contribute link.
+* CB-7965 Add cordova-plugin-statusbar support for **browser** platform
+* Don't use `IsAtLeastiOSVersion` macro to determine height
+* Use correct statusbar height for landscape orientation in iOS >= 8
+* remove travis-ci
+* CB-9202 updated repo url to github mirror in package.json
+* Added verbose install text for users on < cordova 5.0
+* update docs for `StatusBarBackgroundColor`
+
### 1.0.1 (Jun 17, 2015)
* add auto-tests for basic api
* CB-9180 Add correct supported check for Windows 8.1 desktop
diff --git a/package.json b/package.json
index dae55e4..b12d1e4 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "cordova-plugin-statusbar",
- "version": "2.0.0-dev",
+ "version": "2.0.0",
"description": "Cordova StatusBar Plugin",
"cordova": {
"id": "cordova-plugin-statusbar",
diff --git a/plugin.xml b/plugin.xml
index f898f19..63d291a 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="2.0.0-dev">
+ version="2.0.0">
StatusBar
Cordova StatusBar Plugin
Apache 2.0
diff --git a/tests/plugin.xml b/tests/plugin.xml
index 34f4eec..3f7490b 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="1.0.2-dev">
+ version="2.0.0">
Cordova StatusBar Plugin Tests
Apache 2.0