From c76a195e554fe80bf478cfb8e550096f51543873 Mon Sep 17 00:00:00 2001 From: u110 Date: Thu, 27 Feb 2025 13:44:03 +0900 Subject: [PATCH] update CHANGELOG --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 79a9c153..7d2af0eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## 0.9.0 +FEATURES: +- Added `postgresql` type for `trocco_connection` resource. +- Added `google_spreadsheets` input/output in `trocco_job_definition` resource. +- Added `driver` for `trocco_connection` resource in `snowflake` and `mysql`. + +CHORE: +- Fix datamart label change +- Update documentation & examples +- Added E2E testings in GitHub Actions + ## 0.8.0 FEATURES: - Added `salesforce` and `google_spreadsheets` type for `trocco_connection` resource.