From b1aaca6c99cf34c6ccc97b6c64b9bff013270e3b Mon Sep 17 00:00:00 2001 From: Avinash Kunnath Date: Mon, 18 Nov 2024 09:13:35 -0800 Subject: [PATCH] documentation --- CHANGELOG.md | 1 - dbt_project.yml | 2 +- integration_tests/dbt_project.yml | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 60883743..a7ff5485 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,4 @@ # dbt_quickbooks v0.17.0 -[PR #147](https://github.com/fivetran/dbt_quickbooks/pull/147) introduces the following updates: ## Bug Fix - Updated the logic in `int_quickbooks__retained_earnings` to ensure accounting periods with no revenue and expense class lines were accounted for. diff --git a/dbt_project.yml b/dbt_project.yml index aa5d6509..1f2b20d0 100644 --- a/dbt_project.yml +++ b/dbt_project.yml @@ -1,7 +1,7 @@ config-version: 2 name: 'quickbooks' -version: '0.16.0' +version: '0.17.0' require-dbt-version: [">=1.3.0", "<2.0.0"] diff --git a/integration_tests/dbt_project.yml b/integration_tests/dbt_project.yml index 174030f8..1a7a0cfb 100644 --- a/integration_tests/dbt_project.yml +++ b/integration_tests/dbt_project.yml @@ -1,6 +1,6 @@ name: 'quickbooks_integration_tests' -version: '0.16.0' +version: '0.17.0' profile: 'integration_tests' config-version: 2