From 03da5cd40c977c3ee69b9b8f0696d527e2b1ebae Mon Sep 17 00:00:00 2001 From: Claus Herther Date: Sun, 11 Jul 2021 06:19:08 -0600 Subject: [PATCH] Update changelog for 0.3.7 (#93) --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b37f09..8af7a3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# dbt-expectations v0.3.7 + +* Fix join in `expect_column_values_to_be_in_set` ([#91](https://github.com/calogica/dbt-expectations/pull/91) @ahmedrad) +* Add support for Redshift `random` function in `rand` macro ([#92](https://github.com/calogica/dbt-expectations/pull/92) @ahmedrad) + # dbt-expectations v0.3.6 * Remove unnecessary macro to fix issue with 0.19.2 ([#88](https://github.com/calogica/dbt-expectations/pull/88))