Skip to content

Commit

Permalink
Merge pull request #350 from BentsiLeviav/main
Browse files Browse the repository at this point in the history
Update CHANGELOG.md and version prior release
  • Loading branch information
BentsiLeviav authored Sep 1, 2024
2 parents facacf9 + 9c55eb2 commit 44d2630
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
### Release [1.8.3], 2024-09-01
### Bug Fixes
* An [issue](https://github.com/ClickHouse/dbt-clickhouse/issues/348) was detected when using multiple projections. We solved it and added a test to cover that use case. ([#349](https://github.com/ClickHouse/dbt-clickhouse/pull/349))

### Documentation
* A [CONTRIBUTING.md](CONTRIBUTING.md) file was added to the repo. Please follow the instructions prior contributing.

### Release [1.8.2], 2024-08-22
#### New Features
* [ClickHouse projections](https://clickhouse.com/docs/en/sql-reference/statements/alter/projection) are now fully supported for `table` materialization, and partly supported for `distributed_table` materialization.
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 = '1.8.2'
version = '1.8.3'

0 comments on commit 44d2630

Please sign in to comment.