From ac2c0ead384d7ad530189b2ca5755685cd3b0678 Mon Sep 17 00:00:00 2001 From: Claus Herther Date: Tue, 8 Mar 2022 15:01:51 -0800 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 89a6e35..5a08994 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# dbt-expectations v0.5.3 + +## New Features +* Add `partition_by` parameter to `expect_column_values_to_be_increasing` and `expect_column_values_to_be_decreasing` ([#146](https://github.com/calogica/dbt-expectations/pull/146) @Lucasthenoob) + + # dbt-expectations v0.5.2 ## Fixes