From b19d1ced9faa2e3daf5d7add310050b8338380e7 Mon Sep 17 00:00:00 2001 From: Connor Charles Date: Thu, 16 Nov 2023 10:53:22 +0000 Subject: [PATCH] Add changelog --- CHANGES.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 4ce4042..c126357 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,12 @@ ## Changelog +# dbt-dry-run v0.7.2 + +## Bugfixes + +- Seed files now get their schema using type inference from the adapter so always line up with what dbt will produces +- Seed file `column_type` configuration is respected + # dbt-dry-run v0.7.1 ## Bugfixes