diff --git a/app/package.json b/app/package.json index c3f7a76ff1e..4d19dd51526 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.10", + "version": "3.4.11", "main": "./main.js", "repository": { "type": "git", diff --git a/changelog.json b/changelog.json index d5c86b935ca..5f706091a1d 100644 --- a/changelog.json +++ b/changelog.json @@ -1,5 +1,8 @@ { "releases": { + "3.4.11": [ + "[Fixed] Prevent crash due to excessively long Git output - #19724" + ], "3.4.10": [ "[Added] Add a banner for communicating when prioritized updates exist - #19655", "[Added] Add \"View Pull Request on GitHub\" Option to the Checked-Out Branch Button and Pull Requests List - #19453. Thanks @DylanDevelops!",