Skip to content
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
joellabes authored Feb 25, 2022
1 parent 5f4c0cf commit fbf5c49
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# segment v0.8.0
## New Features
- Postgres Support ([#69](https://github.com/dbt-labs/segment/issues/69), [#70](https://github.com/dbt-labs/segment/pull/70))

## Improvements
- Significantly improved BigQuery performance ([#72](https://github.com/dbt-labs/segment/issues/72), [#73](https://github.com/dbt-labs/segment/pull/73))
- Deduplication of source page views ([#76](https://github.com/dbt-labs/segment/pull/76))

Contributors:
- [shippy](https://github.com/shippy) (#70)
- [rjh336](https://github.com/rjh336) (#73)
- [MarkMacArdle](https://github.com/MarkMacArdle) (#76)

# segment v0.7.0

This release supports any version (minor and patch) of v1, which means far less need for compatibility releases in the future.
Expand All @@ -10,4 +23,4 @@ This release supports any version (minor and patch) of v1, which means far less
- Replace `dbt_modules` with `dbt_packages` in `clean-targets`

# segment v0.6.1
🚨 This is a compatibility release in preparation for `dbt-core` v1.0.0 (🎉). Projects using this version with `dbt-core` v1.0.x can expect to see a deprecation warning. This will be resolved in the next minor release.
🚨 This is a compatibility release in preparation for `dbt-core` v1.0.0 (🎉). Projects using this version with `dbt-core` v1.0.x can expect to see a deprecation warning. This will be resolved in the next minor release.

0 comments on commit fbf5c49

Please sign in to comment.