From ded5f9df5027352169eebe974d7d9c74e5841718 Mon Sep 17 00:00:00 2001 From: Claus Herther Date: Mon, 13 Mar 2023 18:59:04 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f87408a..5ae1c83 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# dbt-expectations v0.8.3 + +## New Features +* Add optional flags argument to regex tests by @tconbeer in https://github.com/calogica/dbt-expectations/pull/247 + +## Docs +* Update docs site by @clausherther in https://github.com/calogica/dbt-expectations/pull/235 + +## Under The Hood +* Add explicit reference to dbt.length() by @clausherther in https://github.com/calogica/dbt-expectations/pull/234 +* Disabling SQLFluff by @clausherther in https://github.com/calogica/dbt-expectations/pull/242 + # dbt-expectations v0.8.2 ## Fixes