From a9c4424888dff2c658f0ef066fca794e7fceb601 Mon Sep 17 00:00:00 2001 From: Claus Herther Date: Mon, 19 Feb 2024 13:01:28 -0800 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a1fdba..f6c3b5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# dbt-expectations v0.10.3 +## New Features +* [CI] Upgrade to dbt=1.7.x by @clausherther in https://github.com/calogica/dbt-expectations/pull/292 +* Add Trino Support by @damian3031 in https://github.com/calogica/dbt-expectations/pull/294 + # dbt-expectations v0.10.2 ## Fixes * Update Test Expecting Select Column Values To Be Unique Within Record by @bkimjin in https://github.com/calogica/dbt-expectations/pull/300