Skip to content

Commit

Permalink
Release 0.11.1 (#671)
Browse files Browse the repository at this point in the history
closes: #669
  • Loading branch information
utkarsharma2 committed Aug 17, 2022
1 parent ab220e4 commit dc989ce
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.11.1

Bug fix:
* Pass operator kwargs to dataframe decorator [#630](https://github.com/astronomer/astro-sdk/issues/630)


## 0.11.0

Feature:
Expand Down
2 changes: 1 addition & 1 deletion src/astro/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""A decorator that allows users to run SQL queries natively in Airflow."""

__version__ = "0.11.0"
__version__ = "0.11.1"


# The following line is an import work-around to avoid raising a circular dependency issue related to `create_database`
Expand Down

0 comments on commit dc989ce

Please sign in to comment.