diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 5ce576fce5..f08c88b54a 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.9.2 + +Bug fix: +* Change `export_file` to return `File` object [#454](https://github.com/astronomer/astro-sdk/issues/454) + + ## 0.9.1 Bug fix: diff --git a/src/astro/__init__.py b/src/astro/__init__.py index e4f7f7cca2..8b345b4828 100644 --- a/src/astro/__init__.py +++ b/src/astro/__init__.py @@ -1,6 +1,6 @@ """A decorator that allows users to run SQL queries natively in Airflow.""" -__version__ = "0.9.1" +__version__ = "0.9.2" # The following line is an import work-around to avoid raising a circular dependency issue related to `create_database` # Without this, if we run the following imports, in this specific order: