CB-12519 Updated version and RELEASENOTES.md for release 1.0.6
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index c521fd4..c3a2b73 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,6 +20,14 @@
 -->
 # Release Notes
 
+### 1.0.6 (Feb 28, 2017)
+* [CB-12029](https://issues.apache.org/jira/browse/CB-12029) **blackberry10**: Remove logging code that causes crashes on **BB10**
+* [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-11154](https://issues.apache.org/jira/browse/CB-11154) **Windows:** Return `IANA` timezone as an empty string instead of `undefined`
+* [CB-11154](https://issues.apache.org/jira/browse/CB-11154) **Android**, **iOS** Add `IANA` timezone
+* [CB-12230](https://issues.apache.org/jira/browse/CB-12230) Removed **Windows 8.1** build badges
+
 ### 1.0.5 (Dec 07, 2016)
 * [CB-12224](https://issues.apache.org/jira/browse/CB-12224) Updated version and RELEASENOTES.md for release 1.0.5
 * [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 b6ec13b..920baa8 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-globalization",
-  "version": "1.0.6-dev",
+  "version": "1.0.6",
   "description": "Cordova Globalization Plugin",
   "types": "./types/index.d.ts",
   "cordova": {
diff --git a/plugin.xml b/plugin.xml
index 3883a80..b3dc9de 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -20,7 +20,7 @@
 
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
            id="cordova-plugin-globalization"
-      version="1.0.6-dev">
+      version="1.0.6">
     <name>Globalization</name>
     <description>Cordova Globalization Plugin</description>
     <license>Apache 2.0</license>
@@ -31,11 +31,11 @@
     <js-module src="www/GlobalizationError.js" name="GlobalizationError">
         <clobbers target="window.GlobalizationError" />
     </js-module>
-    
+
     <js-module src="www/globalization.js" name="globalization">
         <clobbers target="navigator.globalization" />
     </js-module>
-    
+
     <!-- android -->
     <platform name="android">
         <config-file target="res/xml/config.xml" parent="/*">
@@ -47,7 +47,7 @@
         <source-file src="src/android/Globalization.java" target-dir="src/org/apache/cordova/globalization" />
         <source-file src="src/android/GlobalizationError.java" target-dir="src/org/apache/cordova/globalization" />
     </platform>
-       
+
     <!-- amazon-fireos -->
     <platform name="amazon-fireos">
         <config-file target="res/xml/config.xml" parent="/*">
@@ -59,7 +59,7 @@
         <source-file src="src/android/Globalization.java" target-dir="src/org/apache/cordova/globalization" />
         <source-file src="src/android/GlobalizationError.java" target-dir="src/org/apache/cordova/globalization" />
     </platform>
-    
+
    <!-- ubuntu -->
    <platform name="ubuntu">
        <header-file src="src/ubuntu/globalization.h" />
@@ -78,13 +78,13 @@
 		<asset src="www/firefoxos/locales" target="locales" />
 		<asset src="www/firefoxos/l10n.js" target="js/l10n.js" />
 		<asset src="www/firefoxos/l10n_date.js" target="js/l10n_date.js" />
-    </platform>  
+    </platform>
 
    <!-- ios -->
-   <platform name="ios">    
+   <platform name="ios">
         <config-file target="config.xml" parent="/*">
             <feature name="Globalization">
-                <param name="ios-package" value="CDVGlobalization" /> 
+                <param name="ios-package" value="CDVGlobalization" />
             </feature>
         </config-file>
         <header-file src="src/ios/CDVGlobalization.h" />
diff --git a/tests/plugin.xml b/tests/plugin.xml
index 1211ac5..69ab474 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-globalization-tests"
-    version="1.0.6-dev">
+    version="1.0.6">
     <name>Cordova Globalization Plugin Tests</name>
     <license>Apache 2.0</license>