From 380fa2f5a4dbf2de6aa263ed231150cf28bd395c Mon Sep 17 00:00:00 2001 From: Markus Olsson Date: Tue, 25 Jun 2024 12:49:34 +0200 Subject: [PATCH] Bump to 3.2.4-beta4 --- app/package.json | 2 +- changelog.json | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) 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" ],