Skip to content

Commit 6454815

Browse files
authored
🐙 source-aircall: run up-to-date pipeline [2024-08-17] (#43879)
1 parent 3c4428b commit 6454815

File tree

4 files changed

+10
-9
lines changed

4 files changed

+10
-9
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ data:
22
connectorSubtype: api
33
connectorType: source
44
definitionId: 912eb6b7-a893-4a5b-b1c0-36ebbe2de8cd
5-
dockerImageTag: 0.2.11
5+
dockerImageTag: 0.2.12
66
dockerRepository: airbyte/source-aircall
77
githubIssueLabel: source-aircall
88
icon: aircall.svg

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

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

airbyte-integrations/connectors/source-aircall/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 = "0.2.11"
6+
version = "0.2.12"
77
name = "source-aircall"
88
description = "Source implementation for Aircall."
99
authors = [ "Airbyte <[email protected]>",]

docs/integrations/sources/aircall.md

+1
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ Aircall [API reference](https://api.aircall.io/v1) has v1 at present. The connec
7373

7474
| Version | Date | Pull Request | Subject |
7575
| :------ | :--------- | :----------------------------------------------------------------------------- | :-------------------------- |
76+
| 0.2.12 | 2024-08-17 | [43879](https://github.com/airbytehq/airbyte/pull/43879) | Update dependencies |
7677
| 0.2.11 | 2024-08-10 | [43482](https://github.com/airbytehq/airbyte/pull/43482) | Update dependencies |
7778
| 0.2.10 | 2024-08-03 | [43101](https://github.com/airbytehq/airbyte/pull/43101) | Update dependencies |
7879
| 0.2.9 | 2024-07-27 | [42743](https://github.com/airbytehq/airbyte/pull/42743) | Update dependencies |

0 commit comments

Comments
 (0)