From c8bb523a080960d8196ddb318d4708c16cd30731 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 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 681e04ed..6de2789d 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,22 @@ +snowplow-utils 0.16.0 (2024-01-25) +--------------------------------------- +## 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