node-xcode-3.0.0 Updated version and RELEASENOTES.md for release 3.0.0
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index ac2916d..e02bae6 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,6 +20,21 @@
 -->
 # Cordova-node-xcode Release Notes
 
+### 3.0.0 (Apr 09, 2020)
+
+* node-xcode-3.0.0 Added NOTICE for release
+* [GH-107](https://github.com/apache/cordova-node-xcode/pull/107) doc(README): fix CI badge url
+* [GH-106](https://github.com/apache/cordova-node-xcode/pull/106) Update build property by `targetname`
+* [GH-79](https://github.com/apache/cordova-node-xcode/pull/79) feat: add new optional paramter to `pbxProject.addTarget`
+* [GH-96](https://github.com/apache/cordova-node-xcode/pull/96) ci: switch travis ci for github actions
+* [GH-94](https://github.com/apache/cordova-node-xcode/pull/94) breaking(npm): bump dependencies
+  * `simple-plist@^1.1.0`
+  * `uuid@^7.0.3`
+* [GH-93](https://github.com/apache/cordova-node-xcode/pull/93) chore(npm): use short notation for repo & bugs
+* [GH-90](https://github.com/apache/cordova-node-xcode/pull/90) ci(travis): removes Node.js v6 and v8 from testing
+* [GH-92](https://github.com/apache/cordova-node-xcode/pull/92) chore: bump node requirement (`>=10`)
+* [GH-89](https://github.com/apache/cordova-node-xcode/pull/89) chore(npm): improve ignore list
+
 ### 2.1.0 (December 12, 2019)
 * Add target test coverage ([#82](https://github.com/apache/cordova-node-xcode/pull/82))
 * ensure coverage for addTargetDependency with invalid input ([#81](https://github.com/apache/cordova-node-xcode/pull/81))
diff --git a/package-lock.json b/package-lock.json
index b5e27d8..5824672 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
 {
   "name": "xcode",
-  "version": "3.0.0-dev",
+  "version": "3.0.0",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
diff --git a/package.json b/package.json
index 67bb249..73d45d0 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
   "author": "Apache Software Foundation",
   "name": "xcode",
   "description": "parser for xcodeproj/project.pbxproj files",
-  "version": "3.0.0-dev",
+  "version": "3.0.0",
   "main": "index.js",
   "repository": "github:apache/cordova-node-xcode",
   "bugs": "https://github.com/apache/cordova-node-xcode/issues",