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):