diff --git a/CHANGELOG.md b/CHANGELOG.md index 16076df..eee94d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to the Materialize extension for Visual Studio Code will be documented in this file. +## [0.3.0] - 2023-11-15 + +### Added + - Queries now run in a single Postgres client. + - Activity log + - Query execution timing. + +### Fixed + - Duplicated columns now display correctly. + - Rendering problems for big tables. + - Explorer objects are now sorted alphabetically. + ## [0.2.0] - 2023-10-27 ### Added diff --git a/package.json b/package.json index 3478e58..b178dca 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ }, "displayName": "Materialize", "description": "Working environment for Materialize.", - "version": "0.2.0", + "version": "0.3.0", "tasks": [ { "problemMatcher": "$esbuild-watch"