Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
agnessnowplow committed Nov 21, 2023
1 parent ee62fe3 commit 78e7207
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 3 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion dbt_project.yml
Original file line number Diff line number Diff line change
@@ -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"]
Expand Down
2 changes: 1 addition & 1 deletion integration_tests/dbt_project.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: 'snowplow_unified_integration_tests'
version: '0.1.0'
version: '0.1.1'
config-version: 2

profile: 'integration_tests'
Expand Down

0 comments on commit 78e7207

Please sign in to comment.