From fe7d885ef31fbd140845f4e8c1035eeb73ec7434 Mon Sep 17 00:00:00 2001 From: "Olivaw[bot]" Date: Mon, 9 Jan 2023 02:11:00 +0000 Subject: [PATCH] Update version and CHANGELOG for release --- CHANGELOG.md | 14 ++++++++++++++ extension/package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a87590df2..933986e8ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ All notable changes to this project will be documented in this file. +## [0.5.35] - 2023-01-09 + +### 🚀 New Features and Enhancements + +- Add new stop queue action [#3054](https://github.com/iterative/vscode-dvc/pull/3054) by [@mattseddon](https://github.com/mattseddon) + +### 🐛 Bug Fixes + +- Fix filtering and add missing experiments on quick pick experiment selection [#3056](https://github.com/iterative/vscode-dvc/pull/3056) by [@julieg18](https://github.com/julieg18) + +### 🔨 Maintenance + +- Actions - fix newlines in PR [#3071](https://github.com/iterative/vscode-dvc/pull/3071) by [@dacbd](https://github.com/dacbd) + ## [0.5.34] - 2023-01-05 ### 🚀 New Features and Enhancements diff --git a/extension/package.json b/extension/package.json index 4de723ec1a..59079efc4c 100644 --- a/extension/package.json +++ b/extension/package.json @@ -9,7 +9,7 @@ "extensionDependencies": [ "vscode.git" ], - "version": "0.5.34", + "version": "0.5.35", "license": "Apache-2.0", "readme": "./README.md", "repository": {