diff --git a/CHANGELOG.md b/CHANGELOG.md index dda53a9ecf..d2f6b94461 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.82.1 + +### Fixes + +- Failed to execute git thrown when attempting to view PR Description in "GitHub" tab. https://github.com/microsoft/vscode-pull-request-github/issues/5744 + ## 0.82.0 ### Changes diff --git a/package.json b/package.json index 31186264ec..eed906ef2a 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "tabInputTextMerge", "treeViewMarkdownMessage" ], - "version": "0.82.0", + "version": "0.82.1", "publisher": "GitHub", "engines": { "vscode": "^1.87.0"