Skip to content

Commit

Permalink
1.1.8
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Feb 11, 2022
1 parent 0d70d4b commit 8d9d1c9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

<!--next-version-placeholder-->

## v1.1.8 (2022-02-11)
### Fix
* Handle boto3 session insted of aws profile name ([`0d70d4b`](https://github.com/vdn-tools/dbt-athena2/commit/0d70d4b2a9a8aca0aa7c154e29a4207f861bfde4))

## v1.1.7 (2022-02-11)
### Fix
* Include dependencies ([`04a57cf`](https://github.com/vdn-tools/dbt-athena2/commit/04a57cf75fe44d3461988eeeba3959d2caa447db))
Expand Down
2 changes: 1 addition & 1 deletion dbt/adapters/athena/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = "1.1.7"
version = "1.1.8"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "dbt-athena2"
version = "1.1.7"
version = "1.1.8"
description = "Athena adapter for dbt platform"
authors = ["Duc Nguyen"]
readme = "README.md"
Expand Down

0 comments on commit 8d9d1c9

Please sign in to comment.