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 13, 2024
1 parent 3e6cbdc commit f3c0daa
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @snowplow/com-snowplowanalytics-engineering-datavalue-integrations
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -187,3 +187,4 @@ junit/*
.DS_Store
dbt-service-account.json
integration_tests/package-lock.yml
package-lock.yml
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This release adds support for [schema grants](https://docs.snowplow.io/docs/mode
- Enforce full refresh flag to refresh manifest tables

## 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
To upgrade simply bump the snowplow-normalize version in your `packages.yml` file. Note the minimum version of snowplow-utils required is now 0.16.2

Snowplow Normalize 0.3.4 (2024-01-26)
---------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion dbt_project.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

name: 'snowplow_normalize'
version: '0.3.4'
version: '0.3.5'
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_normalize_integration_tests'
version: '0.3.4'
version: '0.3.5'
config-version: 2

profile: 'integration_tests'
Expand Down

0 comments on commit f3c0daa

Please sign in to comment.