diff --git a/CHANGELOG.md b/CHANGELOG.md index 0542f84..be9d892 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index c153072..9445ee8 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/dbt_project.yml b/dbt_project.yml index dd0df70..92ecca2 100644 --- a/dbt_project.yml +++ b/dbt_project.yml @@ -1,5 +1,5 @@ name: 'mailchimp_source' -version: '0.1.1' +version: '0.2.0' config-version: 2 diff --git a/integration_tests/dbt_project.yml b/integration_tests/dbt_project.yml index 37f8e52..be7bbd8 100644 --- a/integration_tests/dbt_project.yml +++ b/integration_tests/dbt_project.yml @@ -1,5 +1,5 @@ name: 'mailchimp_source_integration_tests' -version: '0.1.1' +version: '0.2.0' config-version: 2