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