diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f78e9728e..1e6d7695f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to this project will be documented in this file. +## [0.5.10] - 2022-11-02 + +### 🚀 New Features and Enhancements + +- Add tooltips to experiments tree [#2706](https://github.com/iterative/vscode-dvc/pull/2706) by [@julieg18](https://github.com/julieg18) + +### 🔨 Maintenance + +- Update demo project to be on latest commit [#2720](https://github.com/iterative/vscode-dvc/pull/2720) by [@mattseddon](https://github.com/mattseddon) + ## [0.5.9] - 2022-11-02 ### 🚀 New Features and Enhancements diff --git a/extension/package.json b/extension/package.json index ae3848f4ad..467afdf5e5 100644 --- a/extension/package.json +++ b/extension/package.json @@ -9,7 +9,7 @@ "extensionDependencies": [ "vscode.git" ], - "version": "0.5.9", + "version": "0.5.10", "license": "Apache-2.0", "readme": "./README.md", "repository": {