From aeed6953af9d2a1e6933eccc51ec5a8bbf5d2377 Mon Sep 17 00:00:00 2001 From: Jamie Rodriguez <65564846+fivetran-jamie@users.noreply.github.com> Date: Mon, 26 Feb 2024 14:03:33 -0500 Subject: [PATCH] changelog --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b581295b..1de7ac78 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,11 @@ # dbt_stripe v0.12.0 -[PR #72](https://github.com/fivetran/dbt_stripe/pull/72) includes the following updates: +[PR #75](https://github.com/fivetran/dbt_stripe/pull/75) includes the following updates: ## Feature Updates - Adds the `phone` column to `stripe__customer_overview`. - No longer filters out deleted customers in `stripe__customer_overview`. - Persists `is_deleted` field to differentiate between deleted and active customers. - - Note that this is a 🚨 breaking change 🚨 + - Note that this is a 🚨 breaking change 🚨, as previously filtered-out records will appear in `stripe__customer_overview`. # dbt_stripe v0.11.0