Skip to content

Commit e4ae6b2

Browse files
committed
Prepare for release
1 parent 5576ddc commit e4ae6b2

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
snowplow-web 0.16.2 (2023-10-20)
2+
---------------------------------------
3+
## Summary
4+
This version fixes an incorrect default value for the `snowplow__cwv_context` variable for Redshift/Postgres users. There is no action needed from any users on this change.
5+
6+
## Fixes
7+
- Fix incorrect default table name for core web vitals on redshift
8+
9+
## Upgrading
10+
Bump the snowplow-web version in your `packages.yml` file.
11+
112
snowplow-web 0.16.1 (2023-10-06)
213
---------------------------------------
314
## Summary

dbt_project.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: 'snowplow_web'
2-
version: '0.16.1'
2+
version: '0.16.2'
33
config-version: 2
44

55
require-dbt-version: [">=1.5.0", "<2.0.0"]

integration_tests/dbt_project.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: 'snowplow_web_integration_tests'
2-
version: '0.16.1'
2+
version: '0.16.2'
33
config-version: 2
44

55
profile: 'integration_tests'

0 commit comments

Comments
 (0)