From dfb1e8be872b0bc8bdca085a50a23cbb3542aef8 Mon Sep 17 00:00:00 2001 From: Ryan Hill Date: Tue, 3 Oct 2023 13:09:15 +0100 Subject: [PATCH] Prepare for release --- CHANGELOG | 12 ++++++++++++ integration_tests/dbt_project.yml | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 9705e7a..eb5d35c 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,15 @@ +snowplow-media-player 0.6.1 (2023-10-04) +--------------------------------------- +## Summary +This release fixes an issue for users using a utils version 0.15.1 or greater, and fixes an issue with disabling the new contexts on databricks and redshift. + +## Fixes +- Fix error with new utils version on end hook +- Fix issue with disabling new contexts on redshift and databricks + +## Upgrading +To upgrade simply bump the snowplow-media-player version in your `packages.yml` file. + snowplow-media-player 0.6.0 (2023-09-20) --------------------------------------- ## Summary diff --git a/integration_tests/dbt_project.yml b/integration_tests/dbt_project.yml index a021707..2cd48ab 100644 --- a/integration_tests/dbt_project.yml +++ b/integration_tests/dbt_project.yml @@ -1,5 +1,5 @@ name: 'snowplow_media_player_integration_tests' -version: '0.6.0' +version: '0.6.1' config-version: 2 profile: 'integration_tests'