Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
rlh1994 committed Mar 12, 2024
1 parent 91cb2c7 commit c08fe52
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ logs/
.DS_Store
dbt-service-account.json
.vscode/settings.json
integration_tests/package-lock.yml
14 changes: 14 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
snowplow-media-player 0.7.2 (2024-03-18)
---------------------------------------
## Summary
This release makes a few internal tweaks, including adding support for [schema grants](https://docs.snowplow.io/docs/modeling-your-data/modeling-your-data-with-dbt/package-features/table-grants/#granting-usage-on-schemas)

## Features
- Add support for schema grants

## Fix
- Add missing argument in delete from manifest call

## Upgrading
To upgrade simply bump the snowplow-media-player version in your `packages.yml` file. Note the minimum version of snowplow-utils required is now 0.16.2

snowplow-media-player 0.7.1 (2024-01-26)
---------------------------------------
## Summary
Expand Down
2 changes: 1 addition & 1 deletion dbt_project.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: 'snowplow_media_player'
version: '0.7.1'
version: '0.7.2'
config-version: 2

require-dbt-version: ['>=1.4.0', '<2.0.0']
Expand Down
2 changes: 1 addition & 1 deletion integration_tests/dbt_project.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: 'snowplow_media_player_integration_tests'
version: '0.7.1'
version: '0.7.2'
config-version: 2

profile: 'integration_tests'
Expand Down
2 changes: 1 addition & 1 deletion packages.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
packages:
- package: snowplow/snowplow_utils
version: [">=0.15.0", "<0.17.0"]
version: [">=0.16.2", "<0.17.0"]

0 comments on commit c08fe52

Please sign in to comment.