CB-11294 Updated RELEASENOTES and Version for release 4.3.4

(cherry picked from commit 2e2083f60929f82a13494e9fdccec36a96627f1a)
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index af16f55..d704078 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,6 +20,15 @@
 -->
 ## Release Notes for Cordova Ubuntu ##
 
+### 4.3.4
+* fix build issue with function signature missing the cordova variable name; also avoid a warning
+* use ubuntu-app-stop to stop the app more cleanly
+* Update run devtools message
+* tweak devtools url message
+* Tweak debug launch
+* Add app launch tweaks
+* Improve debugging behavior; Add ip option
+
 ### 4.3.3
 * Fix reliance on deprecated Oxide's onLoadingChanged signal
 * Fix debugging enabled flag & remove webkit specific bit
diff --git a/package.json b/package.json
index 9480a67..1cd7300 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
     "name": "cordova-ubuntu",
-    "version": "4.3.3",
+    "version": "4.3.4",
     "description": "Cordova tooling for the Ubuntu platform.",
     "main": "bin/create",
     "repository": {