Skip to content

Commit

Permalink
Prepare 0.20.2
Browse files Browse the repository at this point in the history
  • Loading branch information
silentsokolov committed Oct 16, 2021
1 parent 5bce8b4 commit d1d5161
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
## [Unreleased]

## [0.20.2] - 2021-10-16

### Add
- Support 0.20.1 dbt

### Change
- Rewrite logic incremental materializations #12

### Fix
- Fix dbt tests with ClickHouse #18 (thx @artamoshin)
- Fix relationships test #19

## [0.20.1] - 2021-08-15

### Add
Expand Down Expand Up @@ -43,7 +55,8 @@

Init relaase

[Unreleased]: https://github.com/silentsokolov/dbt-clickhouse/compare/v0.20.1...HEAD
[Unreleased]: https://github.com/silentsokolov/dbt-clickhouse/compare/v0.20.2...HEAD
[0.20.2]: https://github.com/silentsokolov/dbt-clickhouse/compare/v0.20.1...v0.20.2
[0.20.1]: https://github.com/silentsokolov/dbt-clickhouse/compare/v0.20.0...v0.20.1
[0.20.0]: https://github.com/silentsokolov/dbt-clickhouse/compare/v0.19.1.1...v0.20.0
[0.19.1.1]: https://github.com/silentsokolov/dbt-clickhouse/compare/v0.19.1...v0.19.1.1
Expand Down
2 changes: 1 addition & 1 deletion dbt/adapters/clickhouse/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = '0.20.1'
version = '0.20.2'

0 comments on commit d1d5161

Please sign in to comment.