From e9919e89084925b5bae7cd3568d9e58a1f8028c3 Mon Sep 17 00:00:00 2001 From: "Olivaw[bot]" Date: Thu, 2 Feb 2023 00:06:47 +0000 Subject: [PATCH] Update version and CHANGELOG for release --- CHANGELOG.md | 7 +++++++ extension/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 35a937c457..e3a6bd2529 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## [0.6.1] - 2023-02-02 + +### 🐛 Bug Fixes + +- Fix table/plots not updating correctly on windows [#3191](https://github.com/iterative/vscode-dvc/pull/3191) by [@julieg18](https://github.com/julieg18) +- Fix minor table bugs [#3192](https://github.com/iterative/vscode-dvc/pull/3192) by [@julieg18](https://github.com/julieg18) + ## [0.6.0] - 2023-02-01 ### 🚀 New Features and Enhancements diff --git a/extension/package.json b/extension/package.json index c94bb1b0ad..c6b61bc290 100644 --- a/extension/package.json +++ b/extension/package.json @@ -9,7 +9,7 @@ "extensionDependencies": [ "vscode.git" ], - "version": "0.6.0", + "version": "0.6.1", "license": "Apache-2.0", "readme": "./README.md", "repository": {