diff --git a/CHANGELOG.md b/CHANGELOG.md index c9a5249..2b6173c 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 fields into the model. +- 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 [in the v0.13.0 release](https://github.com/fivetran/dbt_quickbooks/releases/tag/v0.13.0). 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: