diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f3e51c9de..6aa0921acc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ All notable changes to this project will be documented in this file. +## [0.9.0] - 2023-05-28 + +### 🚀 New Features and Enhancements + +- Bump min version of DVC to 2.57.0 (Live share to studio config option) [#3976](https://github.com/iterative/vscode-dvc/pull/3976) by [@mattseddon](https://github.com/mattseddon) +- Bump min version of DVC to 2.58.1 (Enable live plots for experiments running outside of the workspace) [#3965](https://github.com/iterative/vscode-dvc/pull/3965) by [@mattseddon](https://github.com/mattseddon) + +### 🐛 Bug Fixes + +- Fix issues with messages from the plots webview [#3986](https://github.com/iterative/vscode-dvc/pull/3986) by [@mattseddon](https://github.com/mattseddon) + +### 🔨 Maintenance + +- Add DvcConfig class [#3987](https://github.com/iterative/vscode-dvc/pull/3987) by [@mattseddon](https://github.com/mattseddon) + ## [0.8.22] - 2023-05-26 ### 🚀 New Features and Enhancements diff --git a/extension/package.json b/extension/package.json index c55aa829f5..bc6fb53170 100644 --- a/extension/package.json +++ b/extension/package.json @@ -9,7 +9,7 @@ "extensionDependencies": [ "vscode.git" ], - "version": "0.8.22", + "version": "0.9.0", "license": "Apache-2.0", "readme": "./README.md", "repository": {