CB-8429 Updated version and RELEASENOTES.md for release 0.2.15
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index ee8d3d5..8552a10 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -89,3 +89,9 @@
 ### 0.2.14 (Dec 02, 2014)
 * CB-7976 **Android**: Use webView's context rather than Activity's context for intent receiver
 * CB-7700 cordova-plugin-network-information documentation translation: cordova-plugin-network-information
+
+### 0.2.15 (Feb 04, 2015)
+* CB-8384 Network status change support on Windows
+* CB-8384 Fixes the way we detect online status on Windows
+* CB-8384 Add Windows platform quirks
+* CB-8384 Add Windows section to Network Information plugin
diff --git a/plugin.xml b/plugin.xml
index 34fc4c6..427a871 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -21,7 +21,7 @@
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
 xmlns:android="http://schemas.android.com/apk/res/android"
            id="org.apache.cordova.network-information"
-      version="0.2.15-dev">
+      version="0.2.15">
 
     <name>Network Information</name>
     <description>Cordova Network Information Plugin</description>
diff --git a/tests/plugin.xml b/tests/plugin.xml
index 2338a1b..e1edb1c 100644
--- a/tests/plugin.xml
+++ b/tests/plugin.xml
@@ -21,7 +21,7 @@
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
     xmlns:android="http://schemas.android.com/apk/res/android"
     id="org.apache.cordova.network-information.tests"
-    version="0.2.15-dev">
+    version="0.2.15">
     <name>Cordova Network Information Plugin Tests</name>
     <license>Apache 2.0</license>