[CB-5188] Updated version and RELEASENOTES.md for release 0.3.2
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index e7fb4ed..d35d3a1 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -30,4 +30,9 @@
 * [CB-4900] Windows 8 Compass plugin have extra define breaks plugin loading
 * [windows8] commandProxy was moved
 * Rename CHANGELOG.md -> RELEASENOTES.md
-* [CB-4752] Incremented plugin version on dev branch.
\ No newline at end of file
+* [CB-4752] Incremented plugin version on dev branch.
+
+### 0.3.2 (Oct 28, 2013)
+* orientation plugin
+* CB-5128: added repo + issue tag to plugin.xml for device orientation plugin
+* [CB-4915] Incremented plugin version on dev branch.
diff --git a/plugin.xml b/plugin.xml
index d95ee7c..e5a1193 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -3,7 +3,7 @@
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
     xmlns:android="http://schemas.android.com/apk/res/android"
     id="org.apache.cordova.device-orientation"
-    version="0.3.2-dev">
+    version="0.3.2">
 
     <name>Device Orientation</name>
     <description>Cordova Device Orientation Plugin</description>