From 7ed19bcbb5df41f0647f5a832b9fee9653a52d9d Mon Sep 17 00:00:00 2001 From: Ryan Hill Date: Fri, 24 May 2024 10:46:32 +0100 Subject: [PATCH] Prepare for release --- CHANGELOG | 11 +++++++++++ dbt_project.yml | 2 +- integration_tests/dbt_project.yml | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 5aa8061c..8afef319 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,14 @@ +snowplow-utils 0.16.6 (2024-05-24) +--------------------------------------- +## Summary +This release adds support for a list of unique keys when using the snowplow optimized incremental approach with the delete+insert strategy. + +## Features +- Support list of unique keys when using delete+insert strategy with snowplow optimize + +## Upgrading +To upgrade, bump the package version in your `packages.yml` file. + snowplow-utils 0.16.5 (2024-05-09) --------------------------------------- ## Summary diff --git a/dbt_project.yml b/dbt_project.yml index a03e5190..16bfc99d 100644 --- a/dbt_project.yml +++ b/dbt_project.yml @@ -1,5 +1,5 @@ name: 'snowplow_utils' -version: '0.16.5' +version: '0.16.6' 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 6b7307a9..e320d892 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.5' +version: '0.16.6' config-version: 2 profile: 'integration_tests'