diff --git a/CHANGELOG.md b/CHANGELOG.md index aed4bb6b2d..ee593df32d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ All notable changes to this project will be documented in this file. +## [1.1.0] - 2023-10-02 + +### 🚀 New Features and Enhancements + +- Flatten table on sort [#4685](https://github.com/iterative/vscode-dvc/pull/4685) by [@julieg18](https://github.com/julieg18) + +### 🐛 Bug Fixes + +- Ensure custom plots legend matches plot values [#4729](https://github.com/iterative/vscode-dvc/pull/4729) by [@julieg18](https://github.com/julieg18) + +### 🔨 Maintenance + +- Update demo project and latest tested CLI version (3.23.0) [#4736](https://github.com/iterative/vscode-dvc/pull/4736) by [@julieg18](https://github.com/julieg18) + ## [1.0.58] - 2023-09-27 ### 🚀 New Features and Enhancements diff --git a/extension/package.json b/extension/package.json index a1e702195a..867e4c50e4 100644 --- a/extension/package.json +++ b/extension/package.json @@ -9,7 +9,7 @@ "extensionDependencies": [ "vscode.git" ], - "version": "1.0.58", + "version": "1.1.0", "license": "Apache-2.0", "readme": "./README.md", "repository": {