CB-8429 Updated version and RELEASENOTES.md for release 0.2.16
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 57f90a3..a9e67f6 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -138,3 +138,9 @@
 * CB-7761 - Misleading text in documentation
 * CB-7762 - Parameter list is incorrect for `contacts.find`
 * CB-7700 cordova-plugin-contacts documentation translation: cordova-plugin-contacts
+
+### 0.2.16 (Feb 04, 2015)
+* CB-8351 ios: Stop using (newly) deprecated CordovaLib functions
+* CB-8351 ios: Use argumentForIndex rather than NSArray extension
+* android: Update ContactName support
+* Updated the comments for ContactOrganization constructor.
diff --git a/plugin.xml b/plugin.xml
index fd57cfb..53215d0 100644
--- a/plugin.xml
+++ b/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.contacts"
-    version="0.2.16-dev">
+    version="0.2.16">
 
     <name>Contacts</name>
     <description>Cordova Contacts Plugin</description>
diff --git a/tests/plugin.xml b/tests/plugin.xml
index 4ff8682..7ce83f0 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.contacts.tests"
-    version="0.2.16-dev">
+    version="0.2.16">
     <name>Cordova Contacts Plugin Tests</name>
     <license>Apache 2.0</license>