Updated version and RELEASENOTES.md for release cordova-plugin-whitelist20210626
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 31a58c8..b6e000c 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,6 +20,20 @@
 -->
 # Release Notes
 
+### 1.3.5 (Jun 26, 2021)
+-   fix: lock next patch release to `cordova-android` <10 (#62)
+-   breaking: deprecate plugin (#59)
+-   ci: add node-14.x to workflow (#58)
+-   chore: clean up `package.json` (#56)
+-   ci(travis): update osx xcode image (#55)
+-   ci(travis): updates **Android*- API level (#54)
+-   chore(asf): update git notification settings
+-   Update CONTRIBUTING.md
+-   ci: updates Node.js version (#52)
+-   chore(npm): improve ignore list (#51)
+-   docs: apply syntax highlighting to code samples (#48)
+-   ci: upgrade to node 8
+
 ### 1.3.4 (Jun 19, 2019)
 
 -   chore: manually fix lines breaks to LF ([`d804ef2`](https://github.com/apache/cordova-plugin-whitelist/commit/d804ef2))
diff --git a/package.json b/package.json
index fd0eb4e..eb499a1 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-whitelist",
-  "version": "1.3.5-dev",
+  "version": "1.3.5",
   "description": "Cordova Whitelist Plugin",
   "cordova": {
     "platforms": [
diff --git a/plugin.xml b/plugin.xml
index 29250c7..74d8201 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -20,7 +20,7 @@
 
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
            id="cordova-plugin-whitelist"
-      version="1.3.5-dev">
+      version="1.3.5">
     <name>Whitelist</name>
     <description>Cordova Network Whitelist Plugin</description>
     <license>Apache 2.0</license>
diff --git a/tests/package.json b/tests/package.json
index d8bdd2d..c4416a6 100644
--- a/tests/package.json
+++ b/tests/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-whitelist-tests",
-  "version": "1.3.5-dev",
+  "version": "1.3.5",
   "description": "",
   "cordova": {
     "id": "cordova-plugin-whitelist-tests",
diff --git a/tests/plugin.xml b/tests/plugin.xml
index 53955f5..813eaea 100644
--- a/tests/plugin.xml
+++ b/tests/plugin.xml
@@ -21,7 +21,7 @@
 
 <plugin xmlns="http://cordova.apache.org/ns/plugins/1.0"
            id="cordova-plugin-whitelist-tests"
-      version="1.3.5-dev">
+      version="1.3.5">
     <name>Cordova Plugin Whitelist Tests</name>
     <license>Apache 2.0</license>