GH-10 Updated version and RELEASENOTES.md for release 1.0.2
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index d00bd8f..9aa658a 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -19,12 +19,21 @@
 
 ## Release Notes for Cordova Electron
 
-### 1.0.1 (Mar 04, 2019)
+### 1.0.2 (Mar 15, 2019)
 
+* [GH-40](https://github.com/apache/cordova-electron/pull/40) Remove `temp` Dir After `create.spec.js` Test
+* [GH-39](https://github.com/apache/cordova-electron/pull/39) Added Missing License Header in `util.js`
+* [GH-38](https://github.com/apache/cordova-electron/pull/38) Support User Defined **Electron** Settings
+* [GH-37](https://github.com/apache/cordova-electron/pull/37) Remove `nodeIntegration` Warning by Setting Default to `false`
+* [GH-36](https://github.com/apache/cordova-electron/pull/36) Rename **Electron** Main Entry File
 * [GH-35](https://github.com/apache/cordova-electron/pull/35) Refactor `build.js` and Include Test Coverage
 * [GH-32](https://github.com/apache/cordova-electron/pull/32) Improve `temp` Folder Cleanup in `Api.spec.js`
 * [GH-33](https://github.com/apache/cordova-electron/pull/33) Update `cordova run` to Work with Pre-Cordova 9.x CLI
 
+### 1.0.1 (Mar 04, 2019)
+
+Version bump with no change.
+
 ### 1.0.0 (Feb 25, 2019)
 
 * [GH-30](https://github.com/apache/cordova-electron/pull/30) Asset Install Fix from Mobilespec Report
diff --git a/package.json b/package.json
index f6fa8e3..fa56efc 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-electron",
-  "version": "1.1.0-dev",
+  "version": "1.0.2",
   "description": "electron apps as a target for cordova developers",
   "main": "bin/templates/cordova/Api.js",
   "bin": "bin/create",