diff --git a/CHANGELOG.md b/CHANGELOG.md index 75f8170..b47dc15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [1.0.2] - 2024-12-5 +### Added +- SQL optimizer quick action + ## [1.0.1] - 2024-11-11 ### Added - Updated Readme with Aiven Resources diff --git a/README.md b/README.md index 54f99c5..76be3cb 100644 --- a/README.md +++ b/README.md @@ -27,13 +27,12 @@ ## Optimize a SQL Query:
1. Select the desired SQL query text in the editor.
-2. Right-click the selected text or press Cmd + Shift + P to open the Command Pallete.
-3. Select Optimize SQL with Aiven
+2. Select Optimize SQL with Aiven from the quick action above your selection