From 9d81181101f542b486bb878149687e25c6d4795b Mon Sep 17 00:00:00 2001 From: Claus Herther Date: Tue, 24 Oct 2023 12:08:59 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0641945..8b1f3bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# dbt-date v0.9.2 +## New Features +* Add date() and datetime() short hand macros by @gregology in https://github.com/calogica/dbt-date/pull/112 + +# dbt-date v0.9.1 +## Fixes +* Fixed dataspine interval by @clausherther in https://github.com/calogica/dbt-date/pull/109 + # dbt-date v0.9.0 ## New Features * Add Spark support by @clausherther in https://github.com/calogica/dbt-date/pull/108