Skip to content

Commit

Permalink
updating breaking change versions
Browse files Browse the repository at this point in the history
  • Loading branch information
fivetran-sheringuyen committed Dec 8, 2021
1 parent 12a6e8d commit 75afd1e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# dbt_mailchimp_source v0.1.1
# dbt_mailchimp_source v0.2.0

## Fixes
## 🚨 Breaking Change 🚨
- Updating src_mailchimp database variable to reflect README files. Update `database` to `mailchimp_database`.([#7](https://github.com/fivetran/dbt_mailchimp_source/pull/8)).

## Contributors
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Add the following to your `packages.yml` file:
# packages.yml
packages:
- package: fivetran/mailchimp_source
version: [">=0.1.0", "<0.2.0"]
version: [">=0.2.0", "<0.3.0"]
```
Check [dbt Hub](https://hub.getdbt.com/) for the latest installation instructions, or [read the dbt docs](https://docs.getdbt.com/docs/package-management) for more information on installing packages.
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: 'mailchimp_source'
version: '0.1.1'
version: '0.2.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: 'mailchimp_source_integration_tests'
version: '0.1.1'
version: '0.2.0'

config-version: 2

Expand Down

0 comments on commit 75afd1e

Please sign in to comment.