diff --git a/CHANGELOG.md b/CHANGELOG.md index 848f4c7..7273d0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ ## Release Notes -### 2.2.1 +### 2.5.0 - Overhauls the `gitlens.showQuickRepoHistory`, `gitlens.showQuickFileHistory`, and `gitlens.showQuickCommitDetails` quick pick lists - Adds `Show Repository History` command to `gitlens.showQuickFileHistory` quick pick list - Adds `Show Previous Commits History` command to `gitlens.showQuickCommitDetails` quick pick list diff --git a/package.json b/package.json index ee5d6b5..e722762 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gitlens", - "version": "2.2.1", + "version": "2.5.0", "author": { "name": "Eric Amodio", "email": "eamodio@gmail.com"