diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e8fea38..368d50ec 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: ## Feature Updates -- We have introduced the following fields in the `quickbooks__general_ledger`. +- We have introduced the following fields in the `quickbooks__general_ledger` 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 isn't necessarily a breaking change, but as this is a new version of this model that introduces new fields, we determined it was best to bump the version up. +- This isn't necessarily a breaking change, but as this introduces new fields to an end model, we determined it was best to bump the version up. # dbt_quickbooks v0.16.0 [PR #143](https://github.com/fivetran/dbt_quickbooks/pull/143) introduces the following updates: