Skip to content

Commit

Permalink
Update version and CHANGELOG for release
Browse files Browse the repository at this point in the history
  • Loading branch information
iterative-olivaw committed Jul 14, 2023
1 parent e80961b commit 080d1ca
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file.

## [1.0.18] - 2023-07-14

### 🚀 New Features and Enhancements

- Add CSV export option to zoomed in plots [#4252](https://github.com/iterative/vscode-dvc/pull/4252) by [@julieg18](https://github.com/julieg18)
- Save smooth plot values across sessions [#4220](https://github.com/iterative/vscode-dvc/pull/4220) by [@julieg18](https://github.com/julieg18)

## [1.0.17] - 2023-07-11

### 🚀 New Features and Enhancements
Expand Down
2 changes: 1 addition & 1 deletion extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"extensionDependencies": [
"vscode.git"
],
"version": "1.0.17",
"version": "1.0.18",
"license": "Apache-2.0",
"readme": "./README.md",
"repository": {
Expand Down

0 comments on commit 080d1ca

Please sign in to comment.