Skip to content

Commit 80cba25

Browse files
authored
Bump version and changelog (#185)
1 parent 9c8139f commit 80cba25

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Diff for: CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
### Release [1.4.8], 2023-08-22
2+
#### Bug Fix
3+
- Fixed issues with experimental Distributed table materializations. Closes https://github.com/ClickHouse/dbt-clickhouse/issues/179.
4+
Thanks to [Zhebnang](https://github.com/zli06160) for the report and for contributing to the fix with [gfunc](https://github.com/gfunc).
5+
16
### Release [1.4.7], 2023-08-09
27
#### Bug Fix
38
- Fixed an exception in "legacy" incremental materializations that are not distributed

Diff for: dbt/adapters/clickhouse/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = '1.4.7'
1+
version = '1.4.8'

0 commit comments

Comments
 (0)