CB-8110 Updated version and RELEASENOTES.md for release 0.3.12
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 9675346..5a31127 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -102,3 +102,9 @@
 * changes to how 0 is getting added to array in order to align with w3c spec
 * changes to vibration.java to align with w3c, changes to vibration.js for backwards compatibility
 * changes made to align with w3c spec
+
+### 0.3.12 (Dec 02, 2014)
+* CB-8018 Add `vibrate(pattern)` fallback on vibrate for **Windows Phone 8**
+* CB-7977 Mention `deviceready` in plugin docs
+* CB-7700 cordova-plugin-vibration documentation translation: cordova-plugin-vibration
+* CB-7571 Bump version of nested plugin to match parent plugin
diff --git a/plugin.xml b/plugin.xml
index b74f3f5..e90796d 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -21,7 +21,7 @@
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
     xmlns:android="http://schemas.android.com/apk/res/android"
     id="org.apache.cordova.vibration"
-    version="0.3.12-dev">
+    version="0.3.12">
 
     <name>Vibration</name>
     <description>Cordova Vibration Plugin</description>
diff --git a/tests/plugin.xml b/tests/plugin.xml
index 8c99868..b8c4dfe 100644
--- a/tests/plugin.xml
+++ b/tests/plugin.xml
@@ -22,7 +22,7 @@
     xmlns:rim="http://www.blackberry.com/ns/widgets"
     xmlns:android="http://schemas.android.com/apk/res/android"
     id="org.apache.cordova.vibration.tests"
-    version="0.3.12-dev">
+    version="0.3.12">
     <name>Cordova Vibration Plugin Tests</name>
     <license>Apache 2.0</license>