diff --git a/CHANGELOG.md b/CHANGELOG.md index 45b176b..db48667 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,10 +3,15 @@ ## Upcoming * (please add here) +## 0.2.7 + +* [BUGFIX] Fix schema parameter for Postgres connections by @TJanif in https://github.com/astronomer/airflow-provider-great-expectations/pull/117 +* [BUGFIX] Add a driver parameter to the MSSQL connection string by @TJaniF in https://github.com/astronomer/airflow-provider-great-expectations/pull/113/ + ## 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 +* [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 diff --git a/great_expectations_provider/__init__.py b/great_expectations_provider/__init__.py index 8a8eca3..32c4a5e 100644 --- a/great_expectations_provider/__init__.py +++ b/great_expectations_provider/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.2.6" +__version__ = "0.2.7" def get_provider_info():