diff --git a/CHANGELOG.md b/CHANGELOG.md index 5190d83..10fa625 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v1.1.2 (2022-02-05) +### Fix +* Unautherize to upload artifact ([`e246cbf`](https://github.com/vdn-tools/dbt-athena/commit/e246cbf26e8da57cc4c856194c1e2b9ed05a45d3)) + ## v1.1.1 (2022-02-05) ### Fix * Release compare ref branch ([`362e017`](https://github.com/vdn-tools/dbt-athena/commit/362e0177dccb83dcf8806bf08ff6fa1e0cd8efe2)) diff --git a/dbt/adapters/athena/__version__.py b/dbt/adapters/athena/__version__.py index 64c8c21..e673db0 100644 --- a/dbt/adapters/athena/__version__.py +++ b/dbt/adapters/athena/__version__.py @@ -1 +1 @@ -version = "1.1.1" +version = "1.1.2" diff --git a/pyproject.toml b/pyproject.toml index d531812..b07cd19 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "dbt-athena" -version = "1.1.1" +version = "1.1.2" description = "Athena adapter for dbt platform" authors = ["Duc Nguyen"] packages = [