From 1227bc25be7de85835a46f73b6723d86ca219b64 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 20 Dec 2023 18:00:07 +0000 Subject: [PATCH] Update version and CHANGELOG for release (#5141) 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 05fdf12ae3..9dbaed1a6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to this project will be documented in this file. +## [1.2.4] - 2023-12-20 + +### 🚀 New Features and Enhancements + +- Update "Studio" to "DVC Studio" in titles [#5131](https://github.com/iterative/vscode-dvc/pull/5131) by [@julieg18](https://github.com/julieg18) + +### 🐛 Bug Fixes + +- Fix "Add Plot" breaking dvc.yaml when there is no list indentation [#5126](https://github.com/iterative/vscode-dvc/pull/5126) by [@julieg18](https://github.com/julieg18) + ## [1.2.3] - 2023-12-15 ### 🐛 Bug Fixes diff --git a/extension/package.json b/extension/package.json index 38549df178..7f57dd90e0 100644 --- a/extension/package.json +++ b/extension/package.json @@ -9,7 +9,7 @@ "extensionDependencies": [ "vscode.git" ], - "version": "1.2.3", + "version": "1.2.4", "license": "Apache-2.0", "readme": "./README.md", "repository": {