Skip to content

Commit

Permalink
Release 2.1.0 (#102)
Browse files Browse the repository at this point in the history
* Release 2.1.0

* Add changelog

* Update release date

Co-authored-by: Tatiana Al-Chueyr <[email protected]>

---------

Co-authored-by: Tatiana Al-Chueyr <[email protected]>
  • Loading branch information
pankajastro and tatiana authored Jul 24, 2024
1 parent 62a29d5 commit 3150892
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## 2.1.0 (2024-07-24)

### Feature
- Add methods to get the connector_id by @natanlaverde in https://github.com/astronomer/airflow-provider-fivetran-async/pull/101

### Bug Fixes
- Set correct default_conn_name in class by @pankajastro in https://github.com/astronomer/airflow-provider-fivetran-async/pull/95
- Add return statement after yield in trigger to avoid infinite loop by @pankajastro in https://github.com/astronomer/airflow-provider-fivetran-async/pull/94

### Misc
- Enable Python3.12 test by @pankajastro in https://github.com/astronomer/airflow-provider-fivetran-async/pull/91
- Remove old Async operator name from docstring by @pankajastro in https://github.com/astronomer/airflow-provider-fivetran-async/pull/96
- Clean example DAG by @pankajastro in https://github.com/astronomer/airflow-provider-fivetran-async/pull/97

## 2.0.2 (2024-01-17)

### Feature
Expand Down
2 changes: 1 addition & 1 deletion fivetran_provider_async/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# flake8: noqa F401
__version__ = "2.0.2"
__version__ = "2.1.0"

import logging

Expand Down

0 comments on commit 3150892

Please sign in to comment.