Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
agnessnowplow committed Nov 23, 2023
1 parent 0a84acb commit d736544
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
snowplow-unified 0.1.2 (2023-11-23)
---------------------------------------
## Summary
This is a patch release to fix the default browser context variable for warehouses other than redshift/postgres.

## Fixes
- Fix browser context

## Upgrading
Bump the snowplow-unified version in your `packages.yml` file.

snowplow-unified 0.1.1 (2023-11-21)
---------------------------------------
## 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_unified'
version: '0.1.1'
version: '0.1.2'
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.1.1'
version: '0.1.2'
config-version: 2

profile: 'integration_tests'
Expand Down

0 comments on commit d736544

Please sign in to comment.