Feature
- Add Python3.11 support [37](https://github.com/astronomer/airflow-provider-fivetran-async/pull/37)
- Deprecate `FivetranOperatorAsync` in favour of `FivetranOperator` and `FivetranSensorAsync` in favour of `FivetranSensor` [40](https://github.com/astronomer/airflow-provider-fivetran-async/pull/40)
- Add `deferrable` param in `FivetranOperator` and `FivetranSensor` with default value True [42](https://github.com/astronomer/airflow-provider-fivetran-async/pull/42)
Bug Fixes
- Fix typo in trigger docstring [42](https://github.com/astronomer/airflow-provider-fivetran-async/pull/42)