diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d682c64..fd6b9da9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ ## [Unreleased] +## [0.19.1] - 2021-05-07 + ### Add - Add support the `ON CLUSTER` clause for main cases @@ -23,7 +25,8 @@ Init relaase -[Unreleased]: https://github.com/silentsokolov/dbt-clickhouse/compare/v0.19.0.2...HEAD +[Unreleased]: https://github.com/silentsokolov/dbt-clickhouse/compare/v0.19.1...HEAD +[0.19.0.2]: https://github.com/silentsokolov/flask-thumbnails/compare/v0.19.0.2...v0.19.1 [0.19.0.2]: https://github.com/silentsokolov/flask-thumbnails/compare/v0.19.0.1...v0.19.0.2 [0.19.0.1]: https://github.com/silentsokolov/flask-thumbnails/compare/v0.19.0...v0.19.0.1 [0.19.0]: https://github.com/silentsokolov/dbt-clickhouse/compare/eb3020a...v0.19.0 \ No newline at end of file diff --git a/dbt/adapters/clickhouse/__version__.py b/dbt/adapters/clickhouse/__version__.py index 62d92c19..41cca619 100644 --- a/dbt/adapters/clickhouse/__version__.py +++ b/dbt/adapters/clickhouse/__version__.py @@ -1 +1 @@ -version = '0.19.0.2' +version = '0.19.1' diff --git a/setup.py b/setup.py index 67004e1f..498a9494 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ def _dbt_clickhouse_version(): package_version = _dbt_clickhouse_version() description = '''The Clickhouse plugin for dbt (data build tool)''' -dbt_version = '0.19.0' +dbt_version = '0.19.1' if not package_version.startswith(dbt_version): raise ValueError(