Updated version and RELEASENOTES.md for release 2.3.0
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index a3585b8..220bbed 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,6 +20,16 @@
 -->
 # Release Notes
 
+### 2.3.0 (Apr 15, 2016)
+* Request audio focus when playing; Pause audio when audio focus is lost; resume playing when audio focus is granted again.
+* Replace `PermissionHelper.java` with `cordova-plugin-compat`
+* CB-10783 Modify expected position to be in a proper range.
+* CB-9487 Support getting amplitude for recording
+* **iOS** audio should handle naked local file sources
+* CB-10720 Fixing README for display on Cordova website
+* CB-10636 Add `JSHint` for plugins
+* CB-10535 Fix CI crash caused by media plugin
+
 ### 2.2.0 (Feb 09, 2016)
 * [CB-10476](https://issues.apache.org/jira/browse/CB-10476) Fix problem where callbacks were not invoked on android due to messageChannel being overridden by callbackContext in every execute() call
 * Edit package.json license to match SPDX id
diff --git a/package.json b/package.json
index f8d7a47..69998ef 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-media",
-  "version": "2.2.1-dev",
+  "version": "2.3.0",
   "description": "Cordova Media Plugin",
   "cordova": {
     "id": "cordova-plugin-media",
diff --git a/plugin.xml b/plugin.xml
index 6c7862d..3afc2d8 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="cordova-plugin-media"
-    version="2.2.1-dev">
+    version="2.3.0">
 
     <name>Media</name>
     <description>Cordova Media Plugin</description>
diff --git a/tests/plugin.xml b/tests/plugin.xml
index ed37510..f1b0b5a 100644
--- a/tests/plugin.xml
+++ b/tests/plugin.xml
@@ -22,7 +22,7 @@
     xmlns:rim="http://www.blackberry.com/ns/widgets"
     xmlns:android="http://schemas.android.com/apk/res/android"
     id="cordova-plugin-media-tests"
-    version="2.2.1-dev">
+    version="2.3.0">
     <name>Cordova Media Plugin Tests</name>
     <license>Apache 2.0</license>
     <js-module src="tests.js" name="tests">