Skip to content

Commit df0404a

Browse files
authored
Release 1.1.1 (#43)
1 parent 539c7c4 commit df0404a

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Changelog
2+
3+
## 1.1.1 (2022-08-07)
4+
5+
### Feature
6+
- Add Python3.11 support [#37](https://github.com/astronomer/airflow-provider-fivetran-async/pull/37)
7+
- Deprecate `FivetranOperatorAsync` in favour of `FivetranOperator` and `FivetranSensorAsync` in favour of `FivetranSensor` [#40](https://github.com/astronomer/airflow-provider-fivetran-async/pull/40)
8+
- Add `deferrable` param in `FivetranOperator` and `FivetranSensor` with default value True [#42](https://github.com/astronomer/airflow-provider-fivetran-async/pull/42)
9+
10+
### Bug Fixes
11+
- Fix typo in trigger docstring [#42](https://github.com/astronomer/airflow-provider-fivetran-async/pull/42)

fivetran_provider_async/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# flake8: noqa F401
2-
__version__ = "1.1.0"
2+
__version__ = "1.1.1"
33

44
import logging
55

0 commit comments

Comments
 (0)