diff --git a/CHANGELOG.md b/CHANGELOG.md index 8833333..8ae5e4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ ## Release Notes +### 2.5.6 + - Fixes [#32](https://github.com/eamodio/vscode-gitlens/issues/32) - 00000000 Uncommitted changes distracting + ### 2.5.5 - Fixes [#25](https://github.com/eamodio/vscode-gitlens/issues/25) - Blame information isn't updated after git operations (commit, reset, etc) diff --git a/package.json b/package.json index 2c2cc3c..679bc94 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gitlens", - "version": "2.5.5", + "version": "2.5.6", "author": { "name": "Eric Amodio", "email": "eamodio@gmail.com"