Skip to content
This repository has been archived by the owner on Jun 19, 2023. It is now read-only.

Commit

Permalink
increment version and add to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
PubChimps committed Jun 21, 2022
1 parent b8505e2 commit dc490ef
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
## Upcoming
* (please add here)

## 1.1.0 - 2022-06-15
## 1.1.1 - 2022-06-21
Fixed timestamp comparisons in `start_fivetran_sync` to be compare between pendulum.datetime.datetime instead of comparing strings

## [1.1.0](https://github.com/fivetran/airflow-provider-fivetran/releases/tag/v1.1.0) - 2022-06-15
Added functionality to ensure proper FivetranSensor montioring by passing timestamp from FivetranOperator via XCOM

Changed return value of FivetranOperator
Expand Down
2 changes: 1 addition & 1 deletion fivetran_provider/hooks/fivetran.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class FivetranHook(BaseHook):
default_conn_name = "fivetran_default"
conn_type = "fivetran"
hook_name = "Fivetran"
api_user_agent = "airflow_provider_fivetran/1.1.0"
api_user_agent = "airflow_provider_fivetran/1.1.1"
api_protocol = "https"
api_host = "api.fivetran.com"
api_path_connectors = "v1/connectors/"
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = airflow-provider-fivetran
version = 1.1.0
version = 1.1.1
description = A Fivetran provider for Apache Airflow
long_description = file: README.md
long_description_content_type = text/markdown
Expand Down

0 comments on commit dc490ef

Please sign in to comment.