Skip to content

Commit

Permalink
Update changelog and version for next release (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
denimalpaca authored Feb 17, 2023
1 parent 6ea08e0 commit c4aae5b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
## Upcoming
* (please add here)

## 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

## 0.2.4
* [MAINTENANCE] Simplify example path manipulation with `pathlib` (#77)
* [BUGFIX] Change kwargs in Snowflake URI generation (#84)
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.4"
__version__ = "0.2.5"


def get_provider_info():
Expand Down

0 comments on commit c4aae5b

Please sign in to comment.