From 4993abd0ee979402da2a7f1baad4f879638e4474 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 10:40:31 -0600 Subject: [PATCH] Update version and CHANGELOG for release (#4972) 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 d2cf7e0f8c..423b2dcb8a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [1.1.14] - 2023-11-13 + +### 🚀 New Features and Enhancements + +- Add Studio Token Auth Flow [#4931](https://github.com/iterative/vscode-dvc/pull/4931) by [@julieg18](https://github.com/julieg18) + ## [1.1.13] - 2023-11-10 ### 🚀 New Features and Enhancements diff --git a/extension/package.json b/extension/package.json index 426ad8851d..932c555cec 100644 --- a/extension/package.json +++ b/extension/package.json @@ -9,7 +9,7 @@ "extensionDependencies": [ "vscode.git" ], - "version": "1.1.13", + "version": "1.1.14", "license": "Apache-2.0", "readme": "./README.md", "repository": {