From 4745a7ae4433041380011b0b122a2c1be4fac546 Mon Sep 17 00:00:00 2001 From: nicor88 <6278547+nicor88@users.noreply.github.com> Date: Thu, 24 Nov 2022 11:05:40 +0100 Subject: [PATCH] prepare release (#53) --- CHANGELOG.md | 23 ----------------------- setup.py | 2 +- 2 files changed, 1 insertion(+), 24 deletions(-) delete mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md deleted file mode 100644 index c56ca473..00000000 --- a/CHANGELOG.md +++ /dev/null @@ -1,23 +0,0 @@ -## v1.3.1 - -### Features -* Added table materialization for Iceberg -* Override datediff and dateadd functions to support metrics - -## v1.3.0 - -### Features -* Update `dbt-core` to 1.3.0 - -## v1.0.4 - -### Bugfixes -* Add support for partition fields of type timestamp -* Use correct escaper for INSERT queries -* Share same boto session between every calls - -### Features -* Get model owner from manifest - -## v1.0.3 -* Fix issue on fetching partitions from glue, using pagination diff --git a/setup.py b/setup.py index 9e7f9cad..d1659cbd 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ package_name = "dbt-athena-community" dbt_version = "1.3" -package_version = "1.3.1" +package_version = "1.3.2" description = "The athena adapter plugin for dbt (data build tool)" if not package_version.startswith(dbt_version):