From 68eae00a22630a1f75e0a7ccf197990e9e0315d0 Mon Sep 17 00:00:00 2001 From: "Olivaw[bot]" Date: Fri, 13 Oct 2023 15:59:49 +0000 Subject: [PATCH] Update version and CHANGELOG for release --- CHANGELOG.md | 12 ++++++++++++ extension/package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cdd36bf70b..e235242d53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to this project will be documented in this file. +## [1.1.7] - 2023-10-13 + +### 🚀 New Features and Enhancements + +- Add Multiple X Field Selection to Plot Wizard [#4797](https://github.com/iterative/vscode-dvc/pull/4797) by [@julieg18](https://github.com/julieg18) +- Deeply nested repo [#4810](https://github.com/iterative/vscode-dvc/pull/4810) by [@sroy3](https://github.com/sroy3) + +### 🔨 Maintenance + +- Ignore every WebdriverIO dependency in Renovate [#4819](https://github.com/iterative/vscode-dvc/pull/4819) by [@sroy3](https://github.com/sroy3) +- Ignore new .turbo directory [#4823](https://github.com/iterative/vscode-dvc/pull/4823) by [@mattseddon](https://github.com/mattseddon) + ## [1.1.6] - 2023-10-12 ### 🚀 New Features and Enhancements diff --git a/extension/package.json b/extension/package.json index 71de173274..f35de1a527 100644 --- a/extension/package.json +++ b/extension/package.json @@ -9,7 +9,7 @@ "extensionDependencies": [ "vscode.git" ], - "version": "1.1.6", + "version": "1.1.7", "license": "Apache-2.0", "readme": "./README.md", "repository": {