Skip to content

Commit

Permalink
Update Changelog and __init__.py for 0.2.6 release (#102)
Browse files Browse the repository at this point in the history
Signed-off-by: Benji Lampel <[email protected]>
  • Loading branch information
denimalpaca authored Mar 22, 2023
1 parent 9291e1f commit e63ae36
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
## Upcoming
* (please add here)

## 0.2.6
* [FEATURE] Use Snowflake provider to build connection string by @ivanstillfront in https://github.com/astronomer/airflow-provider-great-expectations/pull/98
* [BUGFIX] Snowflake Region Should be Optional by @mpgreg in https://github.com/astronomer/airflow-provider-great-expectations/pull/101
* [MAINTENANCE] Update deprecated map_metric import in custom by @cdkini in https://github.com/astronomer/airflow-provider-great-expectations/pull/99
* [FEATURE] Add Athena Connection Support by @denimalpaca in https://github.com/astronomer/airflow-provider-great-expectations/pull/91

## 0.2.5
* [BUGFIX] Schema variable update fixes Issues #94 and #87 by @mpgreg in https://github.com/astronomer/airflow-provider-great-expectations/pull/95
* [FEATURE] Snowflake key auth by @ivanstillfront in https://github.com/astronomer/airflow-provider-great-expectations/pull/93
Expand Down
2 changes: 1 addition & 1 deletion great_expectations_provider/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.2.5"
__version__ = "0.2.6"


def get_provider_info():
Expand Down

0 comments on commit e63ae36

Please sign in to comment.