From 747e6897df152853fd43a9ae136af0e9f0cbdad8 Mon Sep 17 00:00:00 2001 From: Geoff Genz Date: Tue, 22 Aug 2023 16:26:56 -0600 Subject: [PATCH] Bump version and changelog (#185) --- CHANGELOG.md | 5 +++++ dbt/adapters/clickhouse/__version__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 53c4b921..7fafb9a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +### Release [1.4.8], 2023-08-22 +#### Bug Fix +- Fixed issues with experimental Distributed table materializations. Closes https://github.com/ClickHouse/dbt-clickhouse/issues/179. +Thanks to [Zhebnang](https://github.com/zli06160) for the report and for contributing to the fix with [gfunc](https://github.com/gfunc). + ### Release [1.4.7], 2023-08-09 #### Bug Fix - Fixed an exception in "legacy" incremental materializations that are not distributed diff --git a/dbt/adapters/clickhouse/__version__.py b/dbt/adapters/clickhouse/__version__.py index 392ee67d..0e921568 100644 --- a/dbt/adapters/clickhouse/__version__.py +++ b/dbt/adapters/clickhouse/__version__.py @@ -1 +1 @@ -version = '1.4.7' +version = '1.4.8'