Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# dbt_ad_reporting v2.3.0

[PR #168](https://github.com/fivetran/dbt_ad_reporting/pull/168) includes the following updates:

## Upstream Breaking Changes
- Increases the required facebook_ads package to version [1.3.0](https://github.com/fivetran/dbt_facebook_ads/blob/main/CHANGELOG.md#dbt_facebook_ads-v130)
- Increases the required reddit_ads package to version [1.3.0.](https://github.com/fivetran/dbt_reddit_ads/blob/main/CHANGELOG.md#dbt_reddit_ads-v130)

# dbt_ad_reporting v2.2.0

[PR #167](https://github.com/fivetran/dbt_ad_reporting/pull/167) includes the following updates:
Expand Down
2 changes: 1 addition & 1 deletion dbt_project.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: 'ad_reporting'
version: '2.2.0'
version: '2.3.0'

config-version: 2

Expand Down
2 changes: 1 addition & 1 deletion integration_tests/dbt_project.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: 'ad_reporting_integration_tests'
version: '2.2.0'
version: '2.3.0'
profile: 'integration_tests'
config-version: 2

Expand Down
6 changes: 3 additions & 3 deletions packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ packages:
- package: fivetran/apple_search_ads
version: [">=1.1.0", "<1.2.0"]

- package: fivetran/facebook_ads
version: [">=1.2.0", "<1.3.0"]
- package: fivetran/facebook_ads
version: [">=1.3.0", "<1.4.0"]

- package: fivetran/google_ads
version: [">=1.1.0", "<1.2.0"]
Expand All @@ -21,7 +21,7 @@ packages:
version: [">=1.1.0", "<1.2.0"]

- package: fivetran/reddit_ads
version: [">=1.1.0", "<1.2.0"]
version: [">=1.3.0", "<1.4.0"]

- package: fivetran/snapchat_ads
version: [">=1.1.0", "<1.2.0"]
Expand Down