diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ae5e4a..c0714ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## Release Notes +### 2.6.0 + - Adds `gitlens.showQuickRepoStatus` command to show a quick pick list of files changed + - Adds `alt+s` shortcut for the `gitlens.showQuickRepoStatus` command + ### 2.5.6 - Fixes [#32](https://github.com/eamodio/vscode-gitlens/issues/32) - 00000000 Uncommitted changes distracting diff --git a/package.json b/package.json index b2834dc..586bda1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gitlens", - "version": "2.5.6", + "version": "2.6.0", "author": { "name": "Eric Amodio", "email": "eamodio@gmail.com"