From e2a3462bf8b4d4b282e0a869552225075f7121d6 Mon Sep 17 00:00:00 2001 From: Renee Li <91097070+fivetran-reneeli@users.noreply.github.com> Date: Mon, 20 May 2024 12:32:20 -0400 Subject: [PATCH] Update CHANGELOG.md Co-authored-by: Joe Markiewicz <74217849+fivetran-joemarkiewicz@users.noreply.github.com> --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 51dae7ef..c9a52494 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ [PR #125](https://github.com/fivetran/dbt_quickbooks/pull/125) includes the following updates: ## Bug Fix -- The `period_first_day` and `period_last_day` fields were mistakenly left out in the [quickbooks__profit_and_loss](https://github.com/fivetran/dbt_quickbooks/blob/main/models/quickbooks__profit_and_loss.sql) model although they were intended to be introduced as new fields. We have added these back in. +- The `period_first_day` and `period_last_day` fields were mistakenly left out in the [quickbooks__profit_and_loss](https://github.com/fivetran/dbt_quickbooks/blob/main/models/quickbooks__profit_and_loss.sql) model although they were intended to be introduced as new fields. We have added these fields into the model. # dbt_quickbooks v0.13.0 [PR #124](https://github.com/fivetran/dbt_quickbooks/pull/124) includes the following updates: