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'