diff --git a/app/package.json b/app/package.json index 1f1f06b5a80..c777d49002d 100644 --- a/app/package.json +++ b/app/package.json @@ -3,7 +3,7 @@ "productName": "GitHub Desktop", "bundleID": "com.github.GitHubClient", "companyName": "GitHub, Inc.", - "version": "1.0.10", + "version": "1.0.11-beta0", "main": "./main.js", "repository": { "type": "git", diff --git a/changelog.json b/changelog.json index 36c7ee2731f..54b283f9462 100644 --- a/changelog.json +++ b/changelog.json @@ -1,5 +1,11 @@ { "releases": { + "1.0.11-beta0": [ + "[Improved] Refresh the pull requests list after fetching - #3503", + "[Improved] Rename the \"Install Update\" button to \"Quit and Install Update\" - #3494. Thanks @say25!", + "[Fixed] URL encode branch names when creating a pull request - #3509", + "[Fixed] Windows: detecting available editors and shells now works even when the group policy blocks write registry access - #3105 #3405" + ], "1.0.10": [ "[New] ColdFusion Builder is now a supported external editor - #3336 #3321. Thanks @AtomicCons!", "[New] VSCode Insiders build is now a supported external editor - #3441. Thanks @say25!",