From 13b353e4e3b494bb18df76391e7638f593b621b9 Mon Sep 17 00:00:00 2001 From: Ilias Xenogiannis Date: Fri, 24 Jan 2025 11:27:49 +0200 Subject: [PATCH] prepare for release --- CHANGELOG | 16 ++++++++++++++++ dbt_project.yml | 2 +- integration_tests/dbt_project.yml | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index c8d30182..b30da123 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,19 @@ +snowplow-unified 0.5.1 (2025-01-24) +--------------------------------------- + +## Summary +This release includes important updates and enhancements to improve the functionality, maintainability, and initial checks of the Snowplow Unified package. + +## Features +- Rework filter bots macro: Improved logic for filtering bot events to ensure cleaner data handling and more accurate analytics. +- Update snowplow_unified_dim_ga4_source_categories: Enhanced the dim_ga4_source_categories table to provide better support for categorization and reporting. +Fixes +- Remove duplicate 2T codes: Addressed an issue where duplicate 2T codes caused inconsistencies in data processing. +## Under the hood +- Add required fields to initial checks helper macro: Improved initialization checks by including necessary fields for robust and early error detection. +## Upgrading +- Update the snowplow-unified version in your packages.yml file to take advantage of these improvements. + snowplow-unified 0.5.0 (2024-10-14) --------------------------------------- ## Summary diff --git a/dbt_project.yml b/dbt_project.yml index 3265b4f6..b086d986 100644 --- a/dbt_project.yml +++ b/dbt_project.yml @@ -1,5 +1,5 @@ name: 'snowplow_unified' -version: '0.5.0' +version: '0.5.1' config-version: 2 require-dbt-version: [">=1.6.0", "<2.0.0"] diff --git a/integration_tests/dbt_project.yml b/integration_tests/dbt_project.yml index 9d1eeff9..dd64a313 100644 --- a/integration_tests/dbt_project.yml +++ b/integration_tests/dbt_project.yml @@ -1,5 +1,5 @@ name: 'snowplow_unified_integration_tests' -version: '0.5.0' +version: '0.5.1' config-version: 2 profile: 'integration_tests'