From b5a022d9f4af4c68f771a509595ccc5a5f0a12d5 Mon Sep 17 00:00:00 2001 From: Claus Herther Date: Thu, 24 Feb 2022 12:36:11 -0800 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 426ef2c..89a6e35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # dbt-expectations v0.5.2 ## Fixes -* Change check for data date out of range to use timestamp by @MrJoosh in https://github.com/calogica/dbt-expectations/pull/145 (also fixes https://github.com/calogica/dbt-expectations/issues/104) +* Fix `expect_row_values_to_have_recent_data` to use current timestamp by @MrJoosh in https://github.com/calogica/dbt-expectations/pull/145 (also fixes https://github.com/calogica/dbt-expectations/issues/104) ## New Features * Add new `expect_column_values_to_have_consistent_casing` test by @agusfigueroa-htg in https://github.com/calogica/dbt-expectations/pull/138