diff --git a/README.md b/README.md index d14c82672..7c78472c6 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Add to your `packages.yml` according to your dbt version: ```yml packages.yml packages: - package: elementary-data/elementary - version: 0.8.1 + version: 0.8.2 ## Docs: https://docs.elementary-data.com ``` @@ -34,7 +34,7 @@ packages: ```yml packages.yml packages: - package: elementary-data/elementary - version: 0.8.1 + version: 0.8.2 ## Docs: https://docs.elementary-data.com ## !! Important !! For dbt >=1.2.0 \<1.3.0 ## @@ -48,7 +48,7 @@ packages: ```yml packages.yml packages: - package: elementary-data/elementary - version: 0.8.1 + version: 0.8.2 ## Docs: https://docs.elementary-data.com ## !! Important !! For dbt <1.2.0 ## diff --git a/dbt_project.yml b/dbt_project.yml index 06ca09bb4..fa29f94d6 100644 --- a/dbt_project.yml +++ b/dbt_project.yml @@ -1,7 +1,7 @@ name: "elementary" -version: "0.8.1" +version: "0.8.2" -require-dbt-version: [ ">=1.0.0", "<2.0.0" ] +require-dbt-version: [">=1.0.0", "<2.0.0"] config-version: 2 profile: "elementary"