diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ee92bc..5059829 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how ## [Unreleased] +## [1.9.1] - 2026-06-30 + +- Merge pull request #19 from stanleygomes/release/v1.9.0 + + ## [1.9.0] - 2026-06-30 - docs: update project architecture documentation to reflect refactored directory structure and responsibilities diff --git a/package.json b/package.json index c4d0a78..afe1f1a 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.9.0", + "version": "1.9.1", "license": "MIT", "publisher": "stanleygomes", "repository": "https://github.com/stanleygomes/parable-workspaces",