CB-6877 Updated version and RELEASENOTES.md for release 0.5.0
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 3d6cd70..e6c931a 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -97,3 +97,18 @@
 * CB-6212: [iOS] fix warnings compiled under arm64 64-bit
 * CB-6218: Update docs for BB10
 * CB-6460: Update license headers
+
+### 0.5.0 (Jun 05, 2014)
+* CB-6127 Spanish and rench Translations added. Github close #23
+* Clean up whitespace (mainly due to no newline at eof warning)
+* Adding permission info
+* CB-6806 Add license
+* CB-6491 add CONTRIBUTING.md
+* Add necessary capability so the plugin works on its own
+* CB-6474 InAppBrowser. Add data urls support to WP8
+* CB-6482 InAppBrowser calls incorrect callback on WP8
+* Fixed use of iOS 6 deprecated methods
+* CB-6360 - improvement: feature detection instead of iOS version detection
+* CB-5649 - InAppBrowser overrides App's orientation
+* refactoring fixed
+* CB-6396 [Firefox OS] Adding basic support
diff --git a/plugin.xml b/plugin.xml
index 37c658e..af47a77 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.inappbrowser"
-      version="0.4.1-dev">
+      version="0.5.0">
 
     <name>InAppBrowser</name>
     <description>Cordova InAppBrowser Plugin</description>