diff --git a/CHANGELOG.md b/CHANGELOG.md index df84e92d..d1e7f3fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,11 @@ [PR #146](https://github.com/fivetran/dbt_quickbooks/pull/146) introduces the following updates: ## Breaking Changes -- We have introduced the following fields in the `quickbooks__general_ledger` to better analyze real-time transaction data: +- Introduced the following fields in the `quickbooks__general_ledger` model to better analyze real-time transaction data:: - `created_at`: The time a transaction was first created. - `updated_at`: The time a transaction was last updated. - - This required updates to all our double entry transaction models to bring in these specific fields for each transaction type. -- This is a breaking change as this adds new fields to the existing schema for one of our end models. + - Updated the `*_double_entry` models to add these fields for each transaction type. +- This is a breaking change as this adds new fields to the existing schema. # dbt_quickbooks v0.16.0 [PR #143](https://github.com/fivetran/dbt_quickbooks/pull/143) introduces the following updates: