diff --git a/app/package.json b/app/package.json index 4d19dd51526..f98c33f5ca2 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.11", + "version": "3.4.12", "main": "./main.js", "repository": { "type": "git", diff --git a/changelog.json b/changelog.json index 5f706091a1d..f5f04d18625 100644 --- a/changelog.json +++ b/changelog.json @@ -1,5 +1,8 @@ { "releases": { + "3.4.12": [ + "[Fixed] Merge branch dialog updates whether a branch can be merged when changing selection - #19730" + ], "3.4.11": [ "[Fixed] Prevent crash due to excessively long Git output - #19724" ],