Skip to content

Commit 44d2630

Browse files
authored
Merge pull request #350 from BentsiLeviav/main
Update CHANGELOG.md and version prior release
2 parents facacf9 + 9c55eb2 commit 44d2630

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
### Release [1.8.3], 2024-09-01
2+
### Bug Fixes
3+
* 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))
4+
5+
### Documentation
6+
* A [CONTRIBUTING.md](CONTRIBUTING.md) file was added to the repo. Please follow the instructions prior contributing.
7+
18
### Release [1.8.2], 2024-08-22
29
#### New Features
310
* [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.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = '1.8.2'
1+
version = '1.8.3'

0 commit comments

Comments
 (0)