Bump version to 2.6.5 and update changelog

This commit is contained in:
Sergio Padrino 2021-03-04 11:27:24 +01:00
parent 68ff92e41b
commit 518410c92b
2 changed files with 2 additions and 1 deletions

View file

@ -3,7 +3,7 @@
"productName": "GitHub Desktop",
"bundleID": "com.github.GitHubClient",
"companyName": "GitHub, Inc.",
"version": "2.6.4",
"version": "2.6.5",
"main": "./main.js",
"repository": {
"type": "git",

View file

@ -1,5 +1,6 @@
{
"releases": {
"2.6.5": ["[Fixed] Crash sometimes when performing remote Git operations"],
"2.6.4": [
"[Added] Allow users to rename and delete branches via a new context menu on branches in the branches list - #5803 #10432",
"[Fixed] Allow users to modify git config on a per repository basis - #9449. Thanks @say25!",