From a3a035e1e006de8c5509131477ea63f971d8471d Mon Sep 17 00:00:00 2001 From: Edgar Mocharnyk Date: Fri, 6 Sep 2024 12:46:30 +0300 Subject: [PATCH] prepare for release --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0935db6..3230626 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how ## [Unreleased] +## [0.0.2] + +- Updated Workspaces widget: now users can filter workspaces by environments and perform search by workspaces name or ID. Filter are kept as long as session is active and applied automatically upon next launch of VSCode. + +## [0.0.1] ### New Features - **Workspaces Overview**: Logged-in users can now view a comprehensive list of available workspaces directly within the extension. @@ -15,3 +20,6 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how - **Scalr UI Integration**: Convenient UI links provide quick navigation to the relevant sections of the Scalr web UI. --- + +[Unreleased]: https://github.com/Scalr/scalr-vscode/compare/v0.0.2...HEAD +[0.0.2]: https://github.com/Scalr/scalr-vscode/releases/tag/v0.0.2