[CB-4915] Updated version and RELEASENOTES.md for release 0.3.2
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index a5248b4..86942eb 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -23,3 +23,13 @@
 ### 0.3.0 (Sept 5, 2013)
 * Initial FirefoxOS support
 * [CB-4661] VIBRATE permission for Android
+
+### 0.3.2 (Sept 25, 2013)
+* CB-4889 bumping&resetting version
+* CB-4889 renaming org.apache.cordova.core.vibration to org.apache.cordova.vibration
+* Rename CHANGELOG.md -> RELEASENOTES.md
+* updated to work with ffos commandProxy
+* fixed plugin.xml for vibration
+* [CB-4593] [Blackberry10] Added vibration support for bb10
+* updated plugin to work with ffos
+* [CB-4752] Incremented plugin version on dev branch.
diff --git a/plugin.xml b/plugin.xml
index 720e5dd..7b03fc7 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -2,7 +2,7 @@
 
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
            id="org.apache.cordova.vibration"
-      version="0.3.2-dev">
+      version="0.3.2">
 
     <name>Vibration</name>
     <description>Cordova Vibration Plugin</description>