diff --git a/app/package.json b/app/package.json index 7d6a02f562..cbede7a33d 100644 --- a/app/package.json +++ b/app/package.json @@ -3,7 +3,7 @@ "productName": "GitHub Desktop", "bundleID": "com.github.GitHubClient", "companyName": "GitHub, Inc.", - "version": "3.4.2-beta3", + "version": "3.4.2-beta4", "main": "./main.js", "repository": { "type": "git", diff --git a/changelog.json b/changelog.json index 14574be82b..bd80c9b17b 100644 --- a/changelog.json +++ b/changelog.json @@ -1,5 +1,9 @@ { "releases": { + "3.4.2-beta4": [ + "[Fixed] Remote urls containing spaces are now displayed in their entirety in the remote settings screen - #18876", + "[Fixed] Newly uploaded images are rendered in Pull Request comments and reviews - #18830" + ], "3.4.2-beta3": [ "[Fixed] Users running Windows on arm64 processors are able to authenticate - #18825" ],