From dd035e0f37e31f64e7ae522e965f3392ef55e10b Mon Sep 17 00:00:00 2001 From: clausherther Date: Mon, 14 Jun 2021 08:16:20 -0700 Subject: [PATCH] Update changelog for 0.3.1 --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 49a7354..5a01a99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# dbt-date v0.3.1 + +*Patch release* + +## Fixes + +* Fixed a bug in `snowflake__from_unixtimestamp` that prevented the core functionaility from being called ([#38](https://github.com/calogica/dbt-date/pull/38) by @swanderz) + +## Under the hood + +* Simplified `join` syntax ([#36](https://github.com/calogica/dbt-date/pull/36)) + # dbt-date v0.3.0 ## Breaking Changes