From 0152e5d462ba9ff99b21e6d7fccdc47e987dda9f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 10 May 2023 10:13:03 -0500 Subject: [PATCH] Update version and CHANGELOG for release (#3861) 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 a7dca0a4cc..7f1e97ff45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to this project will be documented in this file. +## [0.8.11] - 2023-05-10 + +### 🚀 New Features and Enhancements + +- Update DVC Setup Version Details [#3850](https://github.com/iterative/vscode-dvc/pull/3850) by [@julieg18](https://github.com/julieg18) + +### 🔨 Maintenance + +- Update all webdriver packages [#3855](https://github.com/iterative/vscode-dvc/pull/3855) by [@mattseddon](https://github.com/mattseddon) + ## [0.8.10] - 2023-05-09 ### 🚀 New Features and Enhancements diff --git a/extension/package.json b/extension/package.json index df7703e6e6..b59382d271 100644 --- a/extension/package.json +++ b/extension/package.json @@ -9,7 +9,7 @@ "extensionDependencies": [ "vscode.git" ], - "version": "0.8.10", + "version": "0.8.11", "license": "Apache-2.0", "readme": "./README.md", "repository": {