From ca904e2c7eb7fac6e61c2f86ece07e1a96b1d060 Mon Sep 17 00:00:00 2001 From: Cor Zuurmond Date: Tue, 4 Jun 2024 18:27:49 +0200 Subject: [PATCH] Update change log --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 30ce7e5..3b7fc35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,9 @@ ## [0.2.4] - 2024-06-04 +- Support dbt v1.8 ([PR](https://github.com/godatadriven/pytest-dbt-core/pull/58)) +- Handle dbt flags for dbt version 1.6 and higher ([PR](https://github.com/godatadriven/pytest-dbt-core/pull/58)) - Test dbt v1.7 ([PR](https://github.com/godatadriven/pytest-dbt-core/pull/48)) - Make pytest `parser.addoption` type a function ([PR](https://github.com/godatadriven/pytest-dbt-core/pull/51)) -- Handle dbt flags for dbt version 1.6 and higher ## [0.2.3] - 2023-08-25