From 36de1ea008406ab21e73d9134a8c0115b8ffe37d Mon Sep 17 00:00:00 2001 From: Joaquin Colacci Date: Fri, 27 Oct 2023 15:42:41 +0200 Subject: [PATCH] release v0.2.0 --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8006aa8..16076df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 293c9e6..0bc1a23 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ }, "displayName": "Materialize", "description": "Working environment for Materialize.", - "version": "0.1.2", + "version": "0.2.0", "tasks": [ { "problemMatcher": "$esbuild-watch"