From e74f42a170002a5cf352ed3f11736f688620eb47 Mon Sep 17 00:00:00 2001 From: emielver Date: Thu, 22 Sep 2022 14:22:18 +0100 Subject: [PATCH] Prepare for release --- CHANGELOG | 4 ++++ dbt_project.yml | 2 +- integration_tests/dbt_project.yml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 01f821ef..f9101009 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +snowplow-utils 0.12.1 (2022-09-22) +--------------------------------------- +Exclude specific entity versions from combine_column_version macro (Close #91) (Thanks to @bgraf) + snowplow-utils 0.12.0 (2022-08-11) --------------------------------------- Add ability to create indexes from config (Close #83) diff --git a/dbt_project.yml b/dbt_project.yml index 97931a98..0608e91d 100644 --- a/dbt_project.yml +++ b/dbt_project.yml @@ -1,5 +1,5 @@ name: 'snowplow_utils' -version: '0.12.0' +version: '0.12.1' config-version: 2 require-dbt-version: [">=1.0.0", "<2.0.0"] diff --git a/integration_tests/dbt_project.yml b/integration_tests/dbt_project.yml index 60f0e54a..f0f1efee 100644 --- a/integration_tests/dbt_project.yml +++ b/integration_tests/dbt_project.yml @@ -1,5 +1,5 @@ name: 'snowplow_utils_integration_tests' -version: '0.12.0' +version: '0.12.1' config-version: 2 profile: 'integration_tests'