Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
rlh1994 committed Jan 9, 2024
1 parent 8f59822 commit 282d930
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
snowplow-ecommerce 0.6.1 (2024-01-09)
---------------------------------------
## Summary
This release fixes an issue with snowflake schema attribute names in our macros.

## Fixes
- Fix incorrect schema attribute names in our macros

## Upgrading
To upgrade bump the snowplow-ecommerce version in your `packages.yml` file.


snowplow-ecommerce 0.6.0 (2024-01-05)
---------------------------------------
## Summary
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_ecommerce'

version: '0.6.0'
version: '0.6.1'
config-version: 2

require-dbt-version: [">=1.5.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_ecommerce_integration_tests'
version: '0.6.0'
version: '0.6.1'
config-version: 2

profile: 'integration_tests'
Expand Down

0 comments on commit 282d930

Please sign in to comment.