From 72c447522d61f36b9ba68efe4006d4ae07dbe6ec Mon Sep 17 00:00:00 2001 From: frankliu20 Date: Mon, 1 Jun 2026 11:11:25 +0800 Subject: [PATCH 1/2] docs(changelog): add PR #1022 entry --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ecb8ed1..c626318e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## 0.27.4 +- fix - Check GHCP modernization version before call gotoAgentMode command in https://github.com/microsoft/vscode-java-dependency/pull/1022 - fix - Implement LSP tools for stable builds in https://github.com/microsoft/vscode-java-dependency/pull/1014 ## 0.27.3 From ee9603bdcf08912ae79fb4c10ff2ddb9cad05d5d Mon Sep 17 00:00:00 2001 From: frankliu20 Date: Mon, 1 Jun 2026 11:19:48 +0800 Subject: [PATCH 2/2] docs(changelog): move PR #1022 entry to 0.27.5 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c626318e..dd20ba00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,12 @@ 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.4 +## 0.27.5 - fix - Check GHCP modernization version before call gotoAgentMode command in https://github.com/microsoft/vscode-java-dependency/pull/1022 + +## 0.27.4 + - fix - Implement LSP tools for stable builds in https://github.com/microsoft/vscode-java-dependency/pull/1014 ## 0.27.3