CB-12519 Updated version and RELEASENOTES.md for release 1.3.2
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 982cd96..9dbc861 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,6 +20,12 @@
 -->
 # Release Notes
 
+### 1.3.2 (Feb 28, 2017)
+* [CB-12353](https://issues.apache.org/jira/browse/CB-12353) Corrected merges usage in `plugin.xml`
+* [CB-12369](https://issues.apache.org/jira/browse/CB-12369) Add plugin typings from `DefinitelyTyped`
+* [CB-12363](https://issues.apache.org/jira/browse/CB-12363) Added build badges for **iOS 9.3** and **iOS 10.0**
+* [CB-12230](https://issues.apache.org/jira/browse/CB-12230) Removed **Windows 8.1** build badges
+
 ### 1.3.1 (Dec 07, 2016)
 * [CB-12224](https://issues.apache.org/jira/browse/CB-12224) Updated version and RELEASENOTES.md for release 1.3.1
 * [CB-11917](https://issues.apache.org/jira/browse/CB-11917) - Remove pull request template checklist item: "iCLA has been submitted…"
diff --git a/package.json b/package.json
index bbf3a3f..e1d0ea7 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-dialogs",
-  "version": "1.3.2-dev",
+  "version": "1.3.2",
   "description": "Cordova Notification Plugin",
   "types": "./types/index.d.ts",
   "cordova": {
diff --git a/plugin.xml b/plugin.xml
index 3495471..17c2232 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -20,7 +20,7 @@
 
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
            id="cordova-plugin-dialogs"
-      version="1.3.2-dev">
+      version="1.3.2">
 
     <name>Notification</name>
     <description>Cordova Notification Plugin</description>
@@ -39,8 +39,8 @@
             <feature name="Notification">
                 <param name="firefoxos-package" value="Notification" />
             </feature>
-        </config-file>                                         
-        
+        </config-file>
+
         <asset src="www/firefoxos/notification.css" target="css/notification.css" />
         <asset src="www/firefoxos/danger-press.png" target="img/danger-press.png" />
         <asset src="www/firefoxos/danger.png" target="img/danger.png" />
@@ -77,7 +77,7 @@
         </js-module>
 
     </platform>
-    
+
      <!-- amazon-fireos -->
     <platform name="amazon-fireos">
         <config-file target="res/xml/config.xml" parent="/*">
diff --git a/tests/plugin.xml b/tests/plugin.xml
index 03a9325..298e9eb 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-dialogs-tests"
-    version="1.3.2-dev">
+    version="1.3.2">
     <name>Cordova Notification Plugin Tests</name>
     <license>Apache 2.0</license>