diff --git a/app/package.json b/app/package.json index 16b461f2f4..5d4a21e9b1 100644 --- a/app/package.json +++ b/app/package.json @@ -3,7 +3,7 @@ "productName": "GitHub Desktop", "bundleID": "com.github.GitHubClient", "companyName": "GitHub, Inc.", - "version": "2.7.2-beta2", + "version": "2.7.2", "main": "./main.js", "repository": { "type": "git", diff --git a/changelog.json b/changelog.json index 59cbf5e344..98c26d1561 100644 --- a/changelog.json +++ b/changelog.json @@ -1,5 +1,17 @@ { "releases": { + "2.7.2": [ + "[Added] Create branch during cherry-picking via the context menu - #11903", + "[Added] Suggest macOS users move the app to `/Applications` to prevent issues - #11846", + "[Fixed] Undo cherry-picking onto a remote branch now works as expected - #11921", + "[Fixed] Dragging commits onto current branch no longer results in a broken state - #11915", + "[Fixed] Get correct commit summary info in rebase - #11853", + "[Improved] Cancel drag operation with escape key - #11925", + "[Improved] Cherry-pick commits onto a pull request with drag and drop - #11922", + "[Improved] Option to change the spellcheck language to English for Windows users whose system language is not English - #11589", + "[Improved] Update how privacy and usage stats info is communicated - #11845", + "[Improved] Remote Git operations are faster and less prone to errors on Windows - #11510" + ], "2.7.2-beta2": [ "[Fixed] Undo cherry-picking onto a remote branch now works as expected - #11921", "[Improved] Cancel drag operation with escape key - #11925",