CB-13681 Updated version and RELEASENOTES.md for release 2.0.0 (via coho)
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index a6b878e..9441e94 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,6 +20,10 @@
 -->
 # Release Notes
 
+### 2.0.0 (Dec 15, 2017)
+* [CB-13671](https://issues.apache.org/jira/browse/CB-13671) Remove deprecated platforms
+* [CB-13555](https://issues.apache.org/jira/browse/CB-13555) (ios) Present notification view controller by `InAppBrowser` view controller (#98)
+
 ### 1.3.4 (Nov 06, 2017)
 * [CB-13473](https://issues.apache.org/jira/browse/CB-13473) (CI) Removed **Browser** builds from AppVeyor
 * [CB-13472](https://issues.apache.org/jira/browse/CB-13472) (CI) Fixed Travis **Android** builds again
diff --git a/package.json b/package.json
index 36ea9ba..2b858a0 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-dialogs",
-  "version": "2.0.0-dev",
+  "version": "2.0.0",
   "description": "Cordova Notification Plugin",
   "types": "./types/index.d.ts",
   "cordova": {
diff --git a/plugin.xml b/plugin.xml
index eda9667..9ab38b7 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="2.0.0-dev">
+      version="2.0.0">
 
     <name>Notification</name>
     <description>Cordova Notification Plugin</description>
diff --git a/tests/plugin.xml b/tests/plugin.xml
index 2d9e180..fc77dc5 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.5-dev">
+    version="2.0.0">
     <name>Cordova Notification Plugin Tests</name>
     <license>Apache 2.0</license>