GH-10 Updated version and RELEASENOTES.md for release 3.0.0
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index bdcedd9..2981642 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,6 +20,13 @@
 -->
 # Cordova-serve Release Notes
 
+### 3.0.0 (Dec 20, 2018)
+* [CB-14198](https://issues.apache.org/jira/browse/CB-14198) (all) Fix bug when running simulate --target= under non-US **Windows** 10 (#14)
+* Don't restore mocked resource prior to resolution (#15)
+* Dependency updates & replacing shelljs with which
+* [CB-14069](https://issues.apache.org/jira/browse/CB-14069) Drop Node 4, Add Node 10 Support
+* [CB-14191](https://issues.apache.org/jira/browse/CB-14191) (android) Fix bug with module requiring (#10)
+
 ### 2.0.1 (Jun 06, 2018)
 * Use `opn` module instead of deprecated `open`
 * [CB-14054](https://issues.apache.org/jira/browse/CB-14054) (android) fixing `cordova-android` directory restructuring.
diff --git a/package.json b/package.json
index e7b92ba..27e25b0 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-serve",
-  "version": "2.0.2-dev",
+  "version": "3.0.0",
   "description": "Apache Cordova server support for cordova-lib and cordova-browser.",
   "main": "src/main.js",
   "scripts": {