diff --git a/CHANGELOG.md b/CHANGELOG.md index 9df6223fbc..b125384107 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. +## [1.0.22] - 2023-07-18 + +### 🚀 New Features and Enhancements + +- Add columns indicator (select columns) to table indicators [#4293](https://github.com/iterative/vscode-dvc/pull/4293) by [@mattseddon](https://github.com/mattseddon) +- Add select first experiment table columns quick pick [#4294](https://github.com/iterative/vscode-dvc/pull/4294) by [@mattseddon](https://github.com/mattseddon) +- Add select column options to table header cell context menu [#4295](https://github.com/iterative/vscode-dvc/pull/4295) by [@mattseddon](https://github.com/mattseddon) + ## [1.0.21] - 2023-07-18 ### 🚀 New Features and Enhancements diff --git a/extension/package.json b/extension/package.json index 41054639aa..44dd6bd780 100644 --- a/extension/package.json +++ b/extension/package.json @@ -9,7 +9,7 @@ "extensionDependencies": [ "vscode.git" ], - "version": "1.0.21", + "version": "1.0.22", "license": "Apache-2.0", "readme": "./README.md", "repository": {