Skip to content

Commit 7784138

Browse files
committed
Prepare for release
1 parent b9eb792 commit 7784138

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 1.0.1 (2024-05-01)
2+
---------------------------------------
3+
## Summary
4+
This version aligns the full refresh protection on manifest tables with other packages, requiring both `snowplow__allow_refresh` to be `true` and a `--full-refresh` flag.
5+
6+
## Features
7+
- Require full refresh flag to refresh manifest tables
8+
9+
## Upgrading
10+
Bump the snowplow-web version in your `packages.yml` file.
11+
112
snowplow-web 1.0.0 (2023-12-05)
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: '1.0.0'
2+
version: '1.0.1'
33
config-version: 2
44

55
require-dbt-version: [">=1.6.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: '1.0.0'
2+
version: '1.0.1'
33
config-version: 2
44

55
profile: 'integration_tests'

0 commit comments

Comments
 (0)