Skip to content

Commit

Permalink
Release 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pankajastro committed Aug 7, 2023
1 parent 539c7c4 commit d9e470b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Changelog

## 1.1.1 (2022-08-07)

### 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)
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__ = "1.1.0"
__version__ = "1.1.1"

import logging

Expand Down

0 comments on commit d9e470b

Please sign in to comment.