diff --git a/CHANGELOG.md b/CHANGELOG.md index ddf13b9..060bcde 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how ## [Unreleased] +## [1.8.0] - 2026-05-31 + +- Merge pull request #13 from stanleygomes/release/v1.7.0 +- feat: update status bar command to listProjects and add unit tests for StatusBarService + + ## [1.7.0] - 2026-05-29 - feat: add configurable workspace storage path and implement dynamic path updates diff --git a/package.json b/package.json index ad9dc59..4b62730 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "parable-workspaces", "displayName": "Parable Workspaces", "description": "The elegant and efficient workspace manager for your projects.", - "version": "1.7.0", + "version": "1.8.0", "license": "MIT", "publisher": "stanleygomes", "repository": "https://github.com/stanleygomes/parable-workspaces",