From e7b76b663707a03f077f711206b6c1701e40347e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 21 Jun 2023 16:13:58 +0000 Subject: [PATCH] Update version and CHANGELOG for release (#4160) Co-authored-by: Olivaw[bot] --- CHANGELOG.md | 10 ++++++++++ extension/package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ff8c2d240a..6268c47587 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to this project will be documented in this file. +## [1.0.10] - 2023-06-21 + +### 🚀 New Features and Enhancements + +- Add "Setup" section to "Get Started" walkthrough [#4154](https://github.com/iterative/vscode-dvc/pull/4154) by [@julieg18](https://github.com/julieg18) + +### 🔨 Maintenance + +- Support more languages (git branch) [#4150](https://github.com/iterative/vscode-dvc/pull/4150) by [@mattseddon](https://github.com/mattseddon) + ## [1.0.9] - 2023-06-20 ### 🚀 New Features and Enhancements diff --git a/extension/package.json b/extension/package.json index 37c3c324e1..9e73e911e5 100644 --- a/extension/package.json +++ b/extension/package.json @@ -9,7 +9,7 @@ "extensionDependencies": [ "vscode.git" ], - "version": "1.0.9", + "version": "1.0.10", "license": "Apache-2.0", "readme": "./README.md", "repository": {