From 1ae63e6098b96a8d038ba30e4df2271be85d3d68 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 9 May 2023 10:42:49 -0500 Subject: [PATCH] Update version and CHANGELOG for release (#3849) Co-authored-by: Olivaw[bot] --- CHANGELOG.md | 6 ++++++ extension/package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e0caa4445..d7857b5c18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [0.8.9] - 2023-05-09 + +### 🚀 New Features and Enhancements + +- Autoclose DVC Section if completed [#3809](https://github.com/iterative/vscode-dvc/pull/3809) by [@julieg18](https://github.com/julieg18) + ## [0.8.8] - 2023-05-08 ### 🚀 New Features and Enhancements diff --git a/extension/package.json b/extension/package.json index c2b51f84b3..aa36d2f951 100644 --- a/extension/package.json +++ b/extension/package.json @@ -9,7 +9,7 @@ "extensionDependencies": [ "vscode.git" ], - "version": "0.8.8", + "version": "0.8.9", "license": "Apache-2.0", "readme": "./README.md", "repository": {