Skip to content

Commit c7cea1b

Browse files
authored
🐙 source-asana: run up-to-date pipeline [2024-08-03] (#43079)
1 parent e4169ab commit c7cea1b

File tree

4 files changed

+19
-18
lines changed

4 files changed

+19
-18
lines changed

airbyte-integrations/connectors/source-asana/metadata.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ data:
2828
connectorSubtype: api
2929
connectorType: source
3030
definitionId: d0243522-dccf-4978-8ba0-37ed47a0bdbf
31-
dockerImageTag: 1.2.0
31+
dockerImageTag: 1.2.1
3232
dockerRepository: airbyte/source-asana
3333
githubIssueLabel: source-asana
3434
icon: asana.svg

airbyte-integrations/connectors/source-asana/poetry.lock

+15-15
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

airbyte-integrations/connectors/source-asana/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = [ "poetry-core>=1.0.0",]
33
build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
6-
version = "1.2.0"
6+
version = "1.2.1"
77
name = "source-asana"
88
description = "Source implementation for asana."
99
authors = [ "Airbyte <[email protected]>",]

docs/integrations/sources/asana.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,8 @@ The connector is restricted by [Asana rate limits](https://developers.asana.com/
106106

107107
| Version | Date | Pull Request | Subject |
108108
|:--------|:-----------|:---------------------------------------------------------|:------------------------------------------------------------------|
109-
| 1.2.0 | 2024-07-27 | [42856](https://github.com/airbytehq/airbyte/pull/42856) | Add task & target data to stories compact stream |
109+
| 1.2.1 | 2024-08-03 | [43079](https://github.com/airbytehq/airbyte/pull/43079) | Update dependencies |
110+
| 1.2.0 | 2024-07-27 | [42856](https://github.com/airbytehq/airbyte/pull/42856) | Add task & target data to stories compact stream |
110111
| 1.1.1 | 2024-07-27 | [42801](https://github.com/airbytehq/airbyte/pull/42801) | Update dependencies |
111112
| 1.1.0 | 2024-07-24 | [42488](https://github.com/airbytehq/airbyte/pull/42488) | Add task data to stories stream |
112113
| 1.0.9 | 2024-07-20 | [42144](https://github.com/airbytehq/airbyte/pull/42144) | Update dependencies |

0 commit comments

Comments
 (0)