From 294666e3e625e80b3d0bd102b482d0d3e58e9dbf Mon Sep 17 00:00:00 2001 From: Agnes Kiss Date: Wed, 24 Jan 2024 14:22:00 +0000 Subject: [PATCH] Prepare for release --- CHANGELOG | 19 +++++++++++++++++++ dbt_project.yml | 2 +- integration_tests/dbt_project.yml | 2 +- 3 files changed, 21 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 681e04ed..0d631398 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,22 @@ +snowplow-utils 0.16.0 (2024-01-26) +--------------------------------------- +## Summary +This release contains a new array size macro as well as the optional ability for the unnest macros to also surface the index of the original array element for preserving the order. It also contains some fixes for redshift. Please note that from this version onwards this package is under the SPAL license. + +# Features +- Add get_array_size macro +- Add optional index to unnest + +## Fixes +- Fix existing tests for redshift +- Fix issue with multiple end hooks failing (Close #152) + +## Under the hood +- Update license to SPAL + +## Upgrading +To upgrade, bump the package version in your `packages.yml` file. + snowplow-utils 0.15.2 (2023-10-13) --------------------------------------- ## Summary diff --git a/dbt_project.yml b/dbt_project.yml index 9b80d487..fd3bbb13 100644 --- a/dbt_project.yml +++ b/dbt_project.yml @@ -1,5 +1,5 @@ name: 'snowplow_utils' -version: '0.15.2' +version: '0.16.0' 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 65430db8..c1ba18bb 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.2' +version: '0.16.0' config-version: 2 profile: 'integration_tests'