diff --git a/CHANGELOG.md b/CHANGELOG.md index 51926665ed..c515aa3b1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## 0.158.0 + +### Changes + +- Display verified badges for commits in the pull request timeline. +- Adopt the updated chat context API. + +### Fixes + +- Correctly account for required approving reviews when determining whether a pull request is ready to merge. + ## 0.156.0 ### Fixes diff --git a/package-lock.json b/package-lock.json index 5dbfb4f722..b6aa9c1ca5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vscode-pull-request-github", - "version": "0.156.0", + "version": "0.158.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "vscode-pull-request-github", - "version": "0.156.0", + "version": "0.158.0", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index e6cd0a666f..587d1b3ab1 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "treeItemMarkdownLabel", "treeViewMarkdownMessage" ], - "version": "0.156.0", + "version": "0.158.0", "publisher": "GitHub", "engines": { "node": ">=20",