diff --git a/CHANGELOG b/CHANGELOG index 5fc14fdc..681e04ed 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,10 +1,21 @@ +snowplow-utils 0.15.2 (2023-10-13) +--------------------------------------- +## Summary +This release contains a bug fix in our new `base` macros, which did not affect default behaviour. This also does not impact behavior in any of the Snowplow packages that rely on the utils package. + +## Fixes +- Fix an incorrect default value in the `base_create_snowplow_events_this_run` macro. + +## Upgrading +To upgrade, bump the package version in your `packages.yml` file. + snowplow-utils 0.15.1 (2023-09-29) --------------------------------------- ## Summary This release combines a few bug fixes in our new `base` macros, including an issue with redshift query size limits. ## Fixes -- Fix issue with 8001 redshift error +- Fix issue with 8001 redshift error - Add condition for late loading events to fix issue where session events before session start timestamp were processed - Fix the manifest table not using the specified session timestamp field - Provide correct error message when no user identifier is present diff --git a/dbt_project.yml b/dbt_project.yml index 4773ac3e..9b80d487 100644 --- a/dbt_project.yml +++ b/dbt_project.yml @@ -1,5 +1,5 @@ name: 'snowplow_utils' -version: '0.15.1' +version: '0.15.2' config-version: 2 require-dbt-version: [">=1.4.0", "<2.0.0"] diff --git a/integration_tests/dbt_project.yml b/integration_tests/dbt_project.yml index 363bc12e..b0b9c6be 100644 --- a/integration_tests/dbt_project.yml +++ b/integration_tests/dbt_project.yml @@ -1,5 +1,5 @@ name: 'snowplow_utils_integration_tests' -version: '0.15.1' +version: '0.15.2' config-version: 2 profile: 'integration_tests'