From 9835893b9e6f4afadc3d0ba4be8f83a72f7b640a Mon Sep 17 00:00:00 2001 From: Avinash Kunnath Date: Mon, 25 Nov 2024 12:40:46 -0800 Subject: [PATCH] release review --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index df84e92..d1e7f3f 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: