diff --git a/CHANGELOG.md b/CHANGELOG.md index 79e5b5a76d..fa8f93b2d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to this project will be documented in this file. +## [0.6.25] - 2023-03-23 + +### 🚀 New Features and Enhancements + +- Filter custom plot creation options [#3526](https://github.com/iterative/vscode-dvc/pull/3526) by [@julieg18](https://github.com/julieg18) + +### 🔨 Maintenance + +- Cleanup plots workspace state [#3518](https://github.com/iterative/vscode-dvc/pull/3518) by [@julieg18](https://github.com/julieg18) +- Update timeout for webview test [#3529](https://github.com/iterative/vscode-dvc/pull/3529) by [@mattseddon](https://github.com/mattseddon) +- Fix nesting of Setup test [#3533](https://github.com/iterative/vscode-dvc/pull/3533) by [@mattseddon](https://github.com/mattseddon) + ## [0.6.24] - 2023-03-21 ### 🐛 Bug Fixes diff --git a/extension/package.json b/extension/package.json index ebee69c7c3..21ba9fb08f 100644 --- a/extension/package.json +++ b/extension/package.json @@ -9,7 +9,7 @@ "extensionDependencies": [ "vscode.git" ], - "version": "0.6.24", + "version": "0.6.25", "license": "Apache-2.0", "readme": "./README.md", "repository": {