From c0adfb1a275bf7dc2a428345b7d87b438cf56718 Mon Sep 17 00:00:00 2001 From: bill-warner <71764352+bill-warner@users.noreply.github.com> Date: Tue, 14 Dec 2021 15:00:40 +0200 Subject: [PATCH] Prepare for release --- CHANGELOG | 5 +++++ custom_example/dbt_project.yml | 2 +- dbt_project.yml | 2 +- integration_tests/dbt_project.yml | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 852eb1e6..50dc0d26 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,8 @@ +snowplow-web 0.5.0 (2021-12-17) +--------------------------------------- +Regenerate doc site (Close #52) +Add dbt v1 compatibility (Close #38) + snowplow-web 0.4.1 (2021-12-06) --------------------------------------- Update docs (Close #51) diff --git a/custom_example/dbt_project.yml b/custom_example/dbt_project.yml index 52e979fa..d2d43b5d 100644 --- a/custom_example/dbt_project.yml +++ b/custom_example/dbt_project.yml @@ -1,5 +1,5 @@ name: 'snowplow_custom_example' -version: '0.4.1' +version: '0.5.0' config-version: 2 diff --git a/dbt_project.yml b/dbt_project.yml index 568313ab..af1e01b1 100644 --- a/dbt_project.yml +++ b/dbt_project.yml @@ -1,5 +1,5 @@ name: 'snowplow_web' -version: '0.4.1' +version: '0.5.0' config-version: 2 require-dbt-version: [">=0.20.0", "<1.1.0"] diff --git a/integration_tests/dbt_project.yml b/integration_tests/dbt_project.yml index c849a052..8a8cbed9 100644 --- a/integration_tests/dbt_project.yml +++ b/integration_tests/dbt_project.yml @@ -1,5 +1,5 @@ name: 'snowplow_web_integration_tests' -version: '0.4.1' +version: '0.5.0' config-version: 2 profile: 'integration_tests'