diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e7ba80207..5714f9f903 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## [1.1.11] - 2023-10-25 + +### 🚀 New Features and Enhancements + +- Add tags filters to experiments table [#4882](https://github.com/iterative/vscode-dvc/pull/4882) by [@mattseddon](https://github.com/mattseddon) +- Watch Git tags for experiment table updates [#4911](https://github.com/iterative/vscode-dvc/pull/4911) by [@mattseddon](https://github.com/mattseddon) + ## [1.1.10] - 2023-10-25 ### 🚀 New Features and Enhancements diff --git a/extension/package.json b/extension/package.json index 00ed616161..a38e20853d 100644 --- a/extension/package.json +++ b/extension/package.json @@ -9,7 +9,7 @@ "extensionDependencies": [ "vscode.git" ], - "version": "1.1.10", + "version": "1.1.11", "license": "Apache-2.0", "readme": "./README.md", "repository": {