Updated version and RELEASENOTES.md for v3.0.0
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 456f48b..44471cf 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,6 +20,17 @@
 -->
 # Cordova-common Release Notes
 
+### 3.0.0 (Nov 05, 2018)
+* [CB-14166](https://issues.apache.org/jira/browse/CB-14166) Use `cross-spawn` for platform-independent spawning
+* add `PluginInfo.getPodSpecs` method
+* [CB-13496](https://issues.apache.org/jira/browse/CB-13496) Fix greedy regex in plist-helpers
+* [CB-14108](https://issues.apache.org/jira/browse/CB-14108) fix incorrect count in config_munge in ios.json and android.json
+* [CB-13685](https://issues.apache.org/jira/browse/CB-13685) **Android**: Update ConfigParser for Adaptive Icons
+* [CB-10071](https://issues.apache.org/jira/browse/CB-10071) Add BridgingHeader type attributes for header-file
+* [CB-12016](https://issues.apache.org/jira/browse/CB-12016) Removed cordova-registry-mapper dependency
+* [CB-14099](https://issues.apache.org/jira/browse/CB-14099) **osx**: Fixed Resolve Config Path for OSX
+* [CB-14140](https://issues.apache.org/jira/browse/CB-14140) Replace shelljs calls with fs-extra & which
+
 ### 2.2.2 (May 30, 2018)
 * [CB-13979](https://issues.apache.org/jira/browse/CB-13979) More consistency for `config.xml` lookups
 * [CB-14064](https://issues.apache.org/jira/browse/CB-14064) Remove Node 4 from CI matrix
diff --git a/package.json b/package.json
index fe151d0..b71557b 100644
--- a/package.json
+++ b/package.json
@@ -3,7 +3,7 @@
   "name": "cordova-common",
   "description": "Apache Cordova tools and platforms shared routines",
   "license": "Apache-2.0",
-  "version": "3.0.0-dev",
+  "version": "3.0.0",
   "repository": {
     "type": "git",
     "url": "https://github.com/apache/cordova-common"