diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b8cf2298d..be1d462b71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## [0.5.20] - 2022-11-29 + +### 🐛 Bug Fixes + +- Do not process CLI errors thrown by plots diff [#2852](https://github.com/iterative/vscode-dvc/pull/2852) by [@mattseddon](https://github.com/mattseddon) +- Fix plots file watchers (diff output key is not always a file) [#2854](https://github.com/iterative/vscode-dvc/pull/2854) by [@mattseddon](https://github.com/mattseddon) + ## [0.5.19] - 2022-11-29 ### 🐛 Bug Fixes diff --git a/extension/package.json b/extension/package.json index 694a3af832..fb63481133 100644 --- a/extension/package.json +++ b/extension/package.json @@ -9,7 +9,7 @@ "extensionDependencies": [ "vscode.git" ], - "version": "0.5.19", + "version": "0.5.20", "license": "Apache-2.0", "readme": "./README.md", "repository": {