From d59b2e18e278e6df3105f46de5fc671eb559b7e5 Mon Sep 17 00:00:00 2001 From: Claus Herther Date: Fri, 30 Dec 2022 13:55:01 -0800 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 12305bd..137fe18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# dbt-date v0.7.2 + +## Fixes +* Update refs to dbt-core macros by @clausherther in https://github.com/calogica/dbt-date/pull/97 +* Add dbt prefix to current_timestamp macro by @GtheSheep in https://github.com/calogica/dbt-date/pull/98 + # dbt-date v0.7.1 * Fix calls to last_month and next_month by @clausherther in https://github.com/calogica/dbt-date/pull/95