Skip to content

Commit c1bb2e1

Browse files
committed
Prepare for release
1 parent 02cb3ba commit c1bb2e1

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

CHANGELOG

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
snowplow-web 0.15.2 (2023-07-28)
2+
---------------------------------------
3+
## Summary
4+
This version fixes a rare bug in the event of null values on specific fields used by the Core Web Vitals optional module.
5+
6+
## Fixes
7+
- Prevent duplicates in web vital measurements (Close #215)
8+
9+
## Upgrading
10+
Bump the snowplow-web version in your `packages.yml` file.
11+
112
snowplow-web 0.15.1 (2023-07-25)
213
---------------------------------------
314
## Summary

custom_example/dbt_project.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: 'snowplow_custom_example'
2-
version: '0.15.1'
2+
version: '0.15.2'
33
config-version: 2
44

55
dispatch:

dbt_project.yml

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

55
require-dbt-version: [">=1.4.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.15.1'
2+
version: '0.15.2'
33
config-version: 2
44

55
profile: 'integration_tests'

0 commit comments

Comments
 (0)