Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
rlh1994 committed Jun 10, 2024
1 parent bf616da commit cd52ba3
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
snowplow-utils 0.16.7 (2024-06-10)
---------------------------------------
## Summary
This release extends support for the combine_column_versions macro to support column prefixes not ending in a major version number (when used in combination with exclude column versions).

## Features
- Extend functionality of combine_column_versions

## Under the hood
- Update some of our test to pass with newer versions of dbt utils

## Upgrading
To upgrade, bump the package version in your `packages.yml` file.

snowplow-utils 0.16.6 (2024-05-24)
---------------------------------------
## 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_utils'
version: '0.16.6'
version: '0.16.7'
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_utils_integration_tests'
version: '0.16.6'
version: '0.16.7'
config-version: 2

profile: 'integration_tests'
Expand Down

0 comments on commit cd52ba3

Please sign in to comment.