CB-7244 Updated version and RELEASENOTES.md for release 0.3.0
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index ced413d..a4d074f 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -58,3 +58,12 @@
 * Android should return BCP47 tag, not localized string
 * CB-6491 add CONTRIBUTING.md
 * CB-5980 Updated version and RELEASENOTES.md for release 0.2.6
+
+### 0.3.0 (Aug 06, 2014)
+* The right Apache License 2.0 added
+* Update headers and NOTICE file
+* [BlackBerry10] Implement Globalization for BB10
+* Initial implementation for **FirefoxOS**
+* CB-4602 ios: Use normalized values for getPreferredLanguage.
+* CB-6127 Updated translations for docs
+* CB-4602 geolocation.getPreferredLanguage and geolocation.getLocaleName now return strings with hypen (-) to stay compliant with current standards
diff --git a/plugin.xml b/plugin.xml
index d6d0e32..f3751d1 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.globalization"
-      version="0.2.9-dev">
+      version="0.3.0">
     <name>Globalization</name>
     <description>Cordova Globalization Plugin</description>
     <license>Apache 2.0</license>