From be2f9666c5e12ba3d664146474603fc2d4ba302e Mon Sep 17 00:00:00 2001 From: Nathan Date: Wed, 11 Oct 2023 14:42:27 -0700 Subject: [PATCH] Update changelog to have better reference PRs (#2582) * Changes for release * There are better PRs for when the issues were solved * Update date --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f9971c3..5bfcf7df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,11 @@ # Change Log -## 0.25.1 - 2023-10-10 +## 0.25.1 - 2023-10-11 ### Bugs Fixed * Fix submenu icon not appearing in workspace by @nturinski in https://github.com/microsoft/vscode-azureappservice/pull/2554 * Add icon to create command by @alexweininger in https://github.com/microsoft/vscode-azureappservice/pull/2558 -* Fix "Files" node not displaying files after deploying a new project by @alexweininger in https://github.com/microsoft/vscode-azureappservice/pull/2566 -* Fix "SSH into Web App" and "Start Log Streaming" commands by @alexweininger in https://github.com/microsoft/vscode-azureappservice/pull/2566 +* Fix "Files" node not displaying files after deploying a new project by @alexweininger in https://github.com/microsoft/vscode-azureappservice/pull/2550 +* Fix "SSH into Web App" and "Start Log Streaming" commands by @alexweininger in https://github.com/microsoft/vscode-azureappservice/pull/2549 ### Engineering * Use Node 18.15 by @alexweininger in https://github.com/microsoft/vscode-azureappservice/pull/2567