From 4533476bc4f6f6418b84497760e0ae35c8764667 Mon Sep 17 00:00:00 2001 From: Niall Woodward Date: Thu, 30 Nov 2023 14:11:17 +0000 Subject: [PATCH] Add changelog entry --- .changes/4.6.0.md | 5 ++++- CHANGELOG.md | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.changes/4.6.0.md b/.changes/4.6.0.md index 120dbe7..6464a71 100644 --- a/.changes/4.6.0.md +++ b/.changes/4.6.0.md @@ -5,7 +5,10 @@ - Add credit consumption to cost per query ([#127](https://github.com/get-select/dbt-snowflake-monitoring/pull/127)) - Add query parameterized hash ([#137](https://github.com/get-select/dbt-snowflake-monitoring/pull/137)) +### Fixes +- Support quoting: true ([#139](https://github.com/get-select/dbt-snowflake-monitoring/pull/139)) + ### Contributors - [@sidhreddy](https://github.com/sidhreddy) (Features) - [@yingyingqiqi](https://github.com/yingyingqiqi) (Features) - +- [@ernestoongaro](https://github.com/ernestoongaro) (Features) diff --git a/CHANGELOG.md b/CHANGELOG.md index 505e4b1..fa56ad1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,10 +12,13 @@ and is generated by [Changie](https://github.com/miniscruff/changie). - Add credit consumption to cost per query ([#127](https://github.com/get-select/dbt-snowflake-monitoring/pull/127)) - Add query parameterized hash ([#137](https://github.com/get-select/dbt-snowflake-monitoring/pull/137)) +### Fixes +- Support quoting: true ([#139](https://github.com/get-select/dbt-snowflake-monitoring/pull/139)) + ### Contributors - [@sidhreddy](https://github.com/sidhreddy) (Features) - [@yingyingqiqi](https://github.com/yingyingqiqi) (Features) - +- [@ernestoongaro](https://github.com/ernestoongaro) (Features) ## dbt-snowflake-monitoring 4.5.3 - November 06, 2023