diff --git a/CHANGELOG b/CHANGELOG index 6da51272..5aa8061c 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,14 @@ +snowplow-utils 0.16.5 (2024-05-09) +--------------------------------------- +## Summary +This release moves the custom sql part of the events this run macro for redshift to the same level as the custom entities or SDEs are joined so that they can be used in any custom sql. + +## Features +- Allow usage of entity and SDE fields in custom SQL for redshift. + +## Upgrading +To upgrade, bump the package version in your `packages.yml` file. + snowplow-utils 0.16.4 (2024-04-15) --------------------------------------- ## Summary diff --git a/dbt_project.yml b/dbt_project.yml index 6dede4b6..a03e5190 100644 --- a/dbt_project.yml +++ b/dbt_project.yml @@ -1,5 +1,5 @@ name: 'snowplow_utils' -version: '0.16.4' +version: '0.16.5' 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 68b108e8..6b7307a9 100644 --- a/integration_tests/dbt_project.yml +++ b/integration_tests/dbt_project.yml @@ -1,5 +1,5 @@ name: 'snowplow_utils_integration_tests' -version: '0.16.4' +version: '0.16.5' config-version: 2 profile: 'integration_tests'