diff --git a/CHANGELOG b/CHANGELOG index 87da18d6..72644164 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,25 @@ +snowplow-unified 0.1.1 (2023-11-21) +--------------------------------------- +## Summary +This release is for supporting multiple versions of the session context schema for Bigquery (mobile) users not just contexts_com_snowplowanalytics_snowplow_client_session_1_0_0 out-of-the-box. + +## Features +- Support latest session context schema + +### Github +```yml +packages: + - git: "https://github.com/snowplow/dbt-snowplow-unified.git" + revision: 0.1.1 +``` + +### dbt hub +```yml +packages: + - package: snowplow/snowplow_unified + version: [">=0.1.0", "<0.2.0"] +``` + snowplow-unified 0.1.0 (2023-11-14) --------------------------------------- ## Summary diff --git a/README.md b/README.md index c1a12fb3..9a4feeb5 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ The easiest way to get started is to follow our [QuickStart guide](https://docs. ### Adapter Support -The current version of the snowplow-unified package supports Snowflake, but BigQuery, Databricks, Redshift & Postgres should also excecute, however, they are in beta as of now. +The current version of the snowplow-unified package supports Snowflake, BigQuery, Databricks, Redshift & Postgres, however, please note that the package is currently in public preview state. ### Requirements diff --git a/dbt_project.yml b/dbt_project.yml index e1c3c1fa..9add1f45 100644 --- a/dbt_project.yml +++ b/dbt_project.yml @@ -1,5 +1,5 @@ name: 'snowplow_unified' -version: '0.1.0' +version: '0.1.1' config-version: 2 require-dbt-version: [">=1.6.0", "<2.0.0"] diff --git a/integration_tests/dbt_project.yml b/integration_tests/dbt_project.yml index 22b72577..74063869 100644 --- a/integration_tests/dbt_project.yml +++ b/integration_tests/dbt_project.yml @@ -1,5 +1,5 @@ name: 'snowplow_unified_integration_tests' -version: '0.1.0' +version: '0.1.1' config-version: 2 profile: 'integration_tests'