diff --git a/CHANGELOG.md b/CHANGELOG.md index f84e56bf5b..581686ac89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 0.116.1 + +### Fixes + +- Closing a PR causes a flurry of search API calls. https://github.com/microsoft/vscode-pull-request-github/issues/7537 +- Opening a PR description can cause a flurry of GitHub search API calls. https://github.com/microsoft/vscode-pull-request-github/issues/7542 + ## 0.116.0 ### Changes diff --git a/package.json b/package.json index 3468debad6..3ee48257fc 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "tokenInformation", "treeViewMarkdownMessage" ], - "version": "0.116.0", + "version": "0.116.1", "publisher": "GitHub", "engines": { "vscode": "^1.103.0"