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
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# dbt_app_reporting v1.2.0

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

## Documentation
- Updates README with standardized Fivetran formatting

## Upstream Dependency Changes
- Increases the required Google Play package to version [1.2.0](https://github.com/fivetran/dbt_google_play/releases/tag/v1.2.0)
- Increases the required Apple Store package to version [1.2.0](https://github.com/fivetran/dbt_apple_store/releases/tag/v1.2.0)

# dbt_app_reporting v1.1.0
[PR #32](https://github.com/fivetran/dbt_app_reporting/pull/32) includes the following updates:

Expand Down
123 changes: 79 additions & 44 deletions README.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dbt_project.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: 'app_reporting'
version: '1.1.0'
version: '1.2.0'
config-version: 2
models:
app_reporting:
Expand Down
2 changes: 1 addition & 1 deletion docs/catalog.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/manifest.json

Large diffs are not rendered by default.

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: 'app_reporting_integration_tests'
version: '1.1.0'
version: '1.2.0'
profile: 'integration_tests'
config-version: 2
vars:
Expand Down
4 changes: 2 additions & 2 deletions packages.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
packages:
- package: fivetran/google_play
version: [">=1.1.0", "<1.2.0"]
version: [">=1.2.0", "<1.3.0"]
- package: fivetran/apple_store
version: [">=1.1.0", "<1.2.0"]
version: [">=1.2.0", "<1.3.0"]