From e04334c5d2f393f0d356ebe6812ed7ff55b9425b Mon Sep 17 00:00:00 2001 From: app_modernization Date: Fri, 20 Mar 2026 14:04:17 +0800 Subject: [PATCH 1/2] chore: add changelog for PR #971 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 25917fde..3d9f056b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to the "vscode-java-dependency" extension will be documented The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## 0.27.1 + +- feat - Update upgrade prompt after merging extension in https://github.com/microsoft/vscode-java-dependency/pull/971 + ## 0.27.0 - feat - Add CVE checking to notify users to fix the critical/high-severity CVE issues in https://github.com/microsoft/vscode-java-dependency/pull/948 From 2250b1e1b4bf47cf1e6d128468966351b12e8b2b Mon Sep 17 00:00:00 2001 From: app_modernization Date: Wed, 25 Mar 2026 14:26:50 +0800 Subject: [PATCH 2/2] Update changelog wording for 0.27.1 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d9f056b..f46b3c3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## 0.27.1 -- feat - Update upgrade prompt after merging extension in https://github.com/microsoft/vscode-java-dependency/pull/971 +- Enhancement - Update upgrade prompt after merging extension in https://github.com/microsoft/vscode-java-dependency/pull/971 ## 0.27.0