From e0667a75b5280799f3a31655b24d09187a478b59 Mon Sep 17 00:00:00 2001 From: Agnes Kiss Date: Wed, 24 Jan 2024 14:38:17 +0000 Subject: [PATCH 1/2] Bump support for latest utils --- packages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages.yml b/packages.yml index 61af189..7e7c40a 100644 --- a/packages.yml +++ b/packages.yml @@ -1,3 +1,3 @@ packages: - package: snowplow/snowplow_utils - version: [">=0.15.0", "<0.16.0"] + version: [">=0.15.0", "<0.17.0"] From 4d32b6a4d9f045c1327c6fd622e886ee7f05fb7b Mon Sep 17 00:00:00 2001 From: Agnes Kiss Date: Wed, 24 Jan 2024 14:41:37 +0000 Subject: [PATCH 2/2] Prepare for release --- CHANGELOG | 11 +++++++++++ README.md | 2 +- dbt_project.yml | 2 +- integration_tests/dbt_project.yml | 2 +- 4 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index c1b927c..2e42ea0 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,14 @@ +snowplow-media-player 0.7.1 (2024-01-26) +--------------------------------------- +## Summary +This version bumps the package dependency to add support for the latest snowplow utils package. + +## Under the hood +- Bump support for latest utils + +## Upgrading +To upgrade simply bump the snowplow-media-player version in your `packages.yml` file. + snowplow-media-player 0.7.0 (2023-12-07) --------------------------------------- ## Summary diff --git a/README.md b/README.md index 7dbacd2..943a15b 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ If you find a bug, please report an issue on GitHub. # Copyright and license -The snowplow-media-player package is Copyright 2022-2023 Snowplow Analytics Ltd. +The snowplow-media-player package is Copyright 2022-2024 Snowplow Analytics Ltd. Licensed under the [Snowplow Personal and Academic License][license] (the "License"); you may not use this software except in compliance with the License. diff --git a/dbt_project.yml b/dbt_project.yml index 4d90a66..975a41a 100644 --- a/dbt_project.yml +++ b/dbt_project.yml @@ -1,5 +1,5 @@ name: 'snowplow_media_player' -version: '0.7.0' +version: '0.7.1' 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 7effe89..687b47d 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.7.0' +version: '0.7.1' config-version: 2 profile: 'integration_tests'