CB-11832 Updated version and RELEASENOTES.md for release 1.2.2
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 34dc077..9c20672 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,8 +20,17 @@
 -->
 # Release Notes
 
+### 1.2.2 (Sep 08, 2016)
+* [CB-11795](https://issues.apache.org/jira/browse/CB-11795) Add 'protective' entry to cordovaDependencies
+* [CB-11482](https://issues.apache.org/jira/browse/CB-11482) Fix unreliable tests on **Android**
+* [CB-11531](https://issues.apache.org/jira/browse/CB-11531) Restart `Accelerometer` on `CyanogenMod 13`
+* Add badges for paramedic builds on Jenkins
+* Add pull request template.
+* [CB-11188](https://issues.apache.org/jira/browse/CB-11188) `cordova-plugin-device-motion-tests` are failing in CI
+* [CB-10996](https://issues.apache.org/jira/browse/CB-10996) Adding front matter to README.md
+
 ### 1.2.1 (Apr 15, 2016)
-* CB-10636 Add `JSHint` for plugins
+* [CB-10636](https://issues.apache.org/jira/browse/CB-10636) Add `JSHint` for plugins
 
 ### 1.2.0 (Nov 18, 2015)
 * [CB-10035](https://issues.apache.org/jira/browse/CB-10035) Updated `RELEASENOTES` to be newest to oldest
diff --git a/package.json b/package.json
index 358c60c..7fbf01f 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-device-motion",
-  "version": "1.2.2-dev",
+  "version": "1.2.2",
   "description": "Cordova Device Motion Plugin",
   "cordova": {
     "id": "cordova-plugin-device-motion",
diff --git a/plugin.xml b/plugin.xml
index 9e46d75..1f3dfc3 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -20,7 +20,7 @@
 
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
            id="cordova-plugin-device-motion"
-      version="1.2.2-dev">
+      version="1.2.2">
 	
     <name>Device Motion</name>
     <description>Cordova Device Motion Plugin</description>
diff --git a/tests/plugin.xml b/tests/plugin.xml
index d93e5ff..cce2b45 100644
--- a/tests/plugin.xml
+++ b/tests/plugin.xml
@@ -20,7 +20,7 @@
 
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
     id="cordova-plugin-device-motion-tests"
-    version="1.2.2-dev">
+    version="1.2.2">
     <name>Cordova Device Motion Plugin Tests</name>
     <license>Apache 2.0</license>