CB-13504 Updated version and RELEASENOTES.md for release 1.2.1
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 8ddc65a..03d5740 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,6 +20,12 @@
 -->
 # Cordova-fetch Release Notes
 
+### 1.2.1 (Oct 27, 2017)
+* [CB-13504](https://issues.apache.org/jira/browse/CB-13504) updating `package.json` versions for cordova-fetch 1.2.1 release
+* [CB-13501](https://issues.apache.org/jira/browse/CB-13501) : added support for node 8
+* [CB-13492](https://issues.apache.org/jira/browse/CB-13492) : updating opts.save and including a tests for no-save
+* [CB-13380](https://issues.apache.org/jira/browse/CB-13380) Incremented package version to -dev
+
 ### 1.2.0 (Oct 04, 2017)
 * [CB-13353](https://issues.apache.org/jira/browse/CB-13353) added `saveexact` as an option and updated fetch test
 * [CB-13308](https://issues.apache.org/jira/browse/CB-13308), [CB-13252](https://issues.apache.org/jira/browse/CB-13252) fix issue with plugins turning into symlinks on restore
diff --git a/package.json b/package.json
index f988fce..42d3b21 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-fetch",
-  "version": "1.2.1-dev",
+  "version": "1.2.1",
   "description": "Apache Cordova fetch module. Fetches from git and npm.",
   "main": "index.js",
   "repository": {