diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml
index 74541c9..f38dade 100644
--- a/.versionbot/CHANGELOG.yml
+++ b/.versionbot/CHANGELOG.yml
@@ -1,3 +1,43 @@
+- commits:
+    - subject: Update balena-yocto-scripts to 34c8434ffcaeeeb14853082bbf2b4ecc5e0ec769
+      hash: 35f3ece881adf639d5f630df381b113f514eaf2d
+      body: Update balena-yocto-scripts
+      footer:
+        Changelog-entry: Update balena-yocto-scripts to 34c8434ffcaeeeb14853082bbf2b4ecc5e0ec769
+        changelog-entry: Update balena-yocto-scripts to 34c8434ffcaeeeb14853082bbf2b4ecc5e0ec769
+      author: Renovate Bot
+      nested:
+        - commits:
+            - subject: "barys: fix removal of equals sign from argval"
+              hash: 8855ad4d31b45187e4007763b6bb084e08974807
+              body: >
+                When parsing additional variables to be passed to the bitbake build,
+
+                keys and values are split using equals as a delimiter. However, the
+
+                splitting process does not split only on the first occurrence, which
+
+                results in removing equals signs from the value as well. This is
+
+                problematic with base64 encoded strings, which are padded with equals
+
+                signs.
+
+
+                Split only on the first occurrence, leaving the value intact.
+              footer:
+                Change-type: patch
+                change-type: patch
+                Signed-off-by: Joseph Kogut <joseph@balena.io>
+                signed-off-by: Joseph Kogut <joseph@balena.io>
+              author: Joseph Kogut
+              nested: []
+          version: balena-yocto-scripts-1.19.27
+          title: ""
+          date: 2023-04-21T22:08:39.297Z
+  version: 2.114.7+rev1
+  title: ""
+  date: 2023-04-22T00:26:20.260Z
 - commits:
     - subject: Update layers/meta-balena to f2637a0d4cf774ed903613dd058ff9db037ad23e
       hash: ef7372f075cbab2d24955279a2ae3c162da0e511
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5f52f2a..bfd6b22 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,21 @@
 Change log
 -----------
 
+# v2.114.7+rev1
+## (2023-04-22)
+
+
+<details>
+<summary> Update balena-yocto-scripts to 34c8434ffcaeeeb14853082bbf2b4ecc5e0ec769 [Renovate Bot] </summary>
+
+> ## balena-yocto-scripts-1.19.27
+> ### (2023-04-21)
+> 
+> * barys: fix removal of equals sign from argval [Joseph Kogut]
+> 
+
+</details>
+
 # v2.114.7
 ## (2023-04-20)
 
diff --git a/VERSION b/VERSION
index 75bf42d..cb7f630 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.114.7
\ No newline at end of file
+2.114.7+rev1
\ No newline at end of file