CB-6452 Updated version and RELEASENOTES.md for release 0.2.8
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 6d166d2..0a81aa7 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -46,3 +46,10 @@
 
 ### 0.2.7 (Feb 05, 2014)
 * Initial implementation of Tizen plugin.
+
+### 0.2.8 (Apr 17, 2014)
+* CB-6342: [iOS] iOS reports a cellular connection even when in Airplane mode
+* CB-6422: [windows8] use cordova/exec/proxy
+* CB-6460: Update license headers
+* CB-6465: Add license headers to Tizen code
+* Add NOTICE file
diff --git a/plugin.xml b/plugin.xml
index 84e2fe9..34f4d29 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.8-dev">
+      version="0.2.8">
 
     <name>Network Information</name>
     <description>Cordova Network Information Plugin</description>