From ca498618581c5ce99986a26a0dfcfdd04ab8cc46 Mon Sep 17 00:00:00 2001 From: Claus Herther Date: Wed, 28 Dec 2022 07:44:00 -0800 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index af136d6..a120bb0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +# dbt-expectations v0.8.1 + +## Fixes +* Make type macro calls fully qualified by @clausherther in https://github.com/calogica/dbt-expectations/pull/232 +* Clean up quote values defaults by @clausherther in https://github.com/calogica/dbt-expectations/pull/231 + +## Documentation +* Fix indentation of examples by @clausherther in https://github.com/calogica/dbt-expectations/pull/219 +* Update README by @clausherther in https://github.com/calogica/dbt-expectations/pull/220 +* Update logo paths by @clausherther in https://github.com/calogica/dbt-expectations/pull/221 + +## Additions +* Add expect_table_aggregation_to_equal_other_table by @clausherther in https://github.com/calogica/dbt-expectations/pull/224 +* Adds group by to expect_table_row_count_to_equal_other_table by @clausherther in https://github.com/calogica/dbt-expectations/pull/225 + # dbt-expectations v0.8.0 ## Breaking Changes