From 6669a43e5c591e041260aa39681f3ccb942abe07 Mon Sep 17 00:00:00 2001 From: Claus Herther Date: Tue, 19 Apr 2022 12:43:16 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4344fac..972d528 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# dbt-expectations v0.5.6 + +**Patch Release** + +## Fixes +* Fix `expect_compound_columns_to_be_unique` to properly handle `ignore_row_if` by @clausherther in https://github.com/calogica/dbt-expectations/pull/171 + + # dbt-expectations v0.5.5 ## New Features