diff --git a/CHANGELOG b/CHANGELOG index d7c29410..0571da0b 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,17 @@ +snowplow-utils 0.14.3 (2023-07-04) +--------------------------------------- +## Summary +This version adds the ability to specify which package is returning the run limits in the `print_run_limits` macro, and fixes an issue with using string agg in Databricks with many `null` values. + +## Features +- Add ability to tag package in limits (Close #133) + +## Fixes +- Fix issue with large volume of nulls in databricks string agg + +## Upgrading +To upgrade bump the package version in your `packages.yml` file. + snowplow-utils 0.14.2 (2023-04-19) --------------------------------------- ## Summary diff --git a/dbt_project.yml b/dbt_project.yml index 18157ce2..f398e5ec 100644 --- a/dbt_project.yml +++ b/dbt_project.yml @@ -1,5 +1,5 @@ name: 'snowplow_utils' -version: '0.14.2' +version: '0.14.3' 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 231fa077..af89961a 100644 --- a/integration_tests/dbt_project.yml +++ b/integration_tests/dbt_project.yml @@ -1,5 +1,5 @@ name: 'snowplow_utils_integration_tests' -version: '0.14.2' +version: '0.14.3' config-version: 2 profile: 'integration_tests'