Skip to content

Commit cf13e3e

Browse files
authored
Release 2.0.2 (#82)
* Release 2.0.2 * Update release date
1 parent 59b5c20 commit cf13e3e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 2.0.2 (2024-01-17)
4+
5+
### Feature
6+
- Add methods for getting group and connector info by @johnhoran in https://github.com/astronomer/airflow-provider-fivetran-async/pull/80
7+
38
## 2.0.1 (2024-01-08)
49

510
### Bug Fixes

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__ = "2.0.1"
2+
__version__ = "2.0.2"
33

44
import logging
55

0 commit comments

Comments
 (0)