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 25, 2024
1 parent 24a232f commit 3130026
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
snowplow-unified 0.4.0 (2024-03-25)
---------------------------------------
## Summary
XXX
This release adds a surrogate key to the conversions table, in case of an event being valid against multiple conversion types, and fixes an issue with bigquery if `snowplow` was in your project name.

## 🚨 Breaking Changes 🚨
- Adds a new surrogate key to the optional conversions table, to allow for the same event to be part of multiple conversions
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_unified'
version: '0.3.1'
version: '0.4.0'
config-version: 2

require-dbt-version: [">=1.6.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_unified_integration_tests'
version: '0.3.1'
version: '0.4.0'
config-version: 2

profile: 'integration_tests'
Expand Down

0 comments on commit 3130026

Please sign in to comment.