CB-6452 Updated version and RELEASENOTES.md for release 0.2.8
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index af7d66e..2501627 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -40,3 +40,7 @@
 ### 0.2.7 (Feb 05, 2014)
 * Native console needs to be called DebugConsole to avoid ambiguous reference. This commit requires the 3.4.0 version of the native class factory
 * CB-4718 fixed Console plugin not working on wp
+
+### 0.2.8 (Apr 17, 2014)
+* CB-6460: Update license headers
+* Add NOTICE file
diff --git a/plugin.xml b/plugin.xml
index c32b355..8e7bcbf 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -20,7 +20,7 @@
 
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
            id="org.apache.cordova.console"
-      version="0.2.8-dev">
+      version="0.2.8">
 
     <name>Console</name>
     <description>Cordova Console Plugin</description>