Skip to content

Commit

Permalink
release v0.2.0 (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
joacoc authored Oct 27, 2023
1 parent 338a447 commit d133ed1
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

All notable changes to the Materialize extension for Visual Studio Code will be documented in this file.

## [0.2.0] - 2023-10-27

### Added
- MacOS support for Keychain.
- Queries activity log.
- Elapsed time available in the queries panel.
- Schema explorer object counts per each object type.

### Fixed
- Staging environments connections are now working.
- Play icon size has been corrected.
- Fix for expired tokens
- Notifies the user when no profile is available

## [0.1.2] - 2023-10-06

### Added
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"displayName": "Materialize",
"description": "Working environment for Materialize.",
"version": "0.1.2",
"version": "0.2.0",
"tasks": [
{
"problemMatcher": "$esbuild-watch"
Expand Down

0 comments on commit d133ed1

Please sign in to comment.