diff --git a/CHANGELOG.md b/CHANGELOG.md
index c4d5d27..d47e31f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,6 +10,10 @@ You can send suggestions or report issues to the team via any of the channels be
[You can also rate and leave us a comment on Mozilla Addons.](https://addons.mozilla.org/en-US/firefox/addon/firefox-translations/)
+## [[v1.3.4]](https://github.com/mozilla/firefox-translations/tree/v1.3.4) - 2023-07-07
+### Changed
+- Stop showing address bar icon and notification bar when the built-in version is enabled
+
## [[v1.3.3]](https://github.com/mozilla/firefox-translations/tree/v1.3.3) - 2023-02-28
### Changed
- Fix UI's summoning via browser action on Android
diff --git a/extension/manifest.json b/extension/manifest.json
index 3512ecb..bb9c40c 100644
--- a/extension/manifest.json
+++ b/extension/manifest.json
@@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "__MSG_extensionName__",
"description": "__MSG_extensionDescription__",
- "version": "1.3.3",
+ "version": "1.3.4",
"default_locale": "en_US",
"applications": {
"gecko": {
diff --git a/extension/view/static/CHANGELOG.html b/extension/view/static/CHANGELOG.html
index 9dc912c..b6e71fe 100644
--- a/extension/view/static/CHANGELOG.html
+++ b/extension/view/static/CHANGELOG.html
@@ -15,6 +15,12 @@ body {
You can also rate and leave us a comment on Mozilla Addons.
+
+
+Changed
+
+- Stop showing address bar icon and notification bar when the built-in version is enabled
+
Changed
diff --git a/package-lock.json b/package-lock.json
index 22062e4..43f0901 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "firefox_translations",
- "version": "1.3.3",
+ "version": "1.3.4",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "firefox_translations",
- "version": "1.3.3",
+ "version": "1.3.4",
"devDependencies": {
"eslint": "^8.44.0",
"markdown": "^0.5.0",
diff --git a/package.json b/package.json
index 3dbcb8e..f7edef9 100644
--- a/package.json
+++ b/package.json
@@ -26,5 +26,5 @@
"web-ext": "^7.6.2",
"markdown": "^0.5.0"
},
- "version": "1.3.3"
+ "version": "1.3.4"
}
diff --git a/scripts/manifest-dev-android.json b/scripts/manifest-dev-android.json
index 8b22e46..39322a8 100644
--- a/scripts/manifest-dev-android.json
+++ b/scripts/manifest-dev-android.json
@@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "__MSG_extensionName__",
"description": "__MSG_extensionDescription__",
- "version": "1.3.3",
+ "version": "1.3.4",
"default_locale": "en_US",
"applications": {
"gecko": {
diff --git a/scripts/manifest.json b/scripts/manifest.json
index 3512ecb..bb9c40c 100644
--- a/scripts/manifest.json
+++ b/scripts/manifest.json
@@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "__MSG_extensionName__",
"description": "__MSG_extensionDescription__",
- "version": "1.3.3",
+ "version": "1.3.4",
"default_locale": "en_US",
"applications": {
"gecko": {