Skip to content

Commit

Permalink
prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
ilias1111 committed Jan 24, 2025
1 parent f000791 commit 13b353e
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion dbt_project.yml
Original file line number Diff line number Diff line change
@@ -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"]
Expand Down
2 changes: 1 addition & 1 deletion integration_tests/dbt_project.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: 'snowplow_unified_integration_tests'
version: '0.5.0'
version: '0.5.1'
config-version: 2

profile: 'integration_tests'
Expand Down

0 comments on commit 13b353e

Please sign in to comment.