From c4aae5b0728726d0881de4143087e0b6ae3c6224 Mon Sep 17 00:00:00 2001 From: Benji Lampel Date: Fri, 17 Feb 2023 11:08:29 -0500 Subject: [PATCH] Update changelog and version for next release (#96) --- CHANGELOG.md | 4 ++++ great_expectations_provider/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7050fd2..3d022e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/great_expectations_provider/__init__.py b/great_expectations_provider/__init__.py index cfd2773..79c9c82 100644 --- a/great_expectations_provider/__init__.py +++ b/great_expectations_provider/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.2.4" +__version__ = "0.2.5" def get_provider_info():