diff --git a/CHANGELOG b/CHANGELOG index a195f3e..c807e3c 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,10 +1,10 @@ -Snowplow Normalize 0.2.3 (2023-0X-XX) +Snowplow Normalize 0.2.3 (2023-03-16) --------------------------------------- ## Summary This release allows users to disable the days late data filter to enable normalizing of events that don't populate the `dvce_sent_tstamp` field. ## Features -- Allow disabling of days late filter by setting `snowplow__days_late_allowed` to `-1` +- Allow disabling of days late filter by setting `snowplow__days_late_allowed` to `-1` (#28) ## Upgrading To upgrade the package, bump the version number in the packages.yml file in your project. diff --git a/README.md b/README.md index 89e7c1e..805df8e 100644 --- a/README.md +++ b/README.md @@ -13,11 +13,11 @@ Please refer to the [doc site](https://docs.snowplow.io/docs/modeling-your-data/ ### Adapter Support -The snowplow-normalize v0.2.2 package currently supports BigQuery, Databricks & Snowflake. +The snowplow-normalize v0.2.3 package currently supports BigQuery, Databricks & Snowflake. | Warehouse | dbt versions | snowplow-normalize version | | :------------------------------: | :---------------: | :--------------------------: | -| BigQuery, Databricks & Snowflake | >=1.3.0 to <2.0.0 | 0.2.2 | +| BigQuery, Databricks & Snowflake | >=1.3.0 to <2.0.0 | 0.2.3 | | BigQuery, Databricks & Snowflake | >=1.0.0 to <2.0.0 | 0.1.0 | diff --git a/dbt_project.yml b/dbt_project.yml index 8ff7b5d..80d3b7c 100644 --- a/dbt_project.yml +++ b/dbt_project.yml @@ -1,6 +1,6 @@ name: 'snowplow_normalize' -version: '0.2.2' +version: '0.2.3' config-version: 2 require-dbt-version: [">=1.3.0", "<2.0.0"] diff --git a/integration_tests/dbt_project.yml b/integration_tests/dbt_project.yml index 4e8fed3..5ba711c 100644 --- a/integration_tests/dbt_project.yml +++ b/integration_tests/dbt_project.yml @@ -1,5 +1,5 @@ name: 'snowplow_normalize_integration_tests' -version: '0.2.2' +version: '0.2.3' config-version: 2 profile: 'integration_tests'