Skip to content

Commit fcc934e

Browse files
authored
🐙 source-aircall: run up-to-date pipeline [2024-08-03] (#43101)
1 parent 9a8e861 commit fcc934e

File tree

4 files changed

+18
-17
lines changed

4 files changed

+18
-17
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.9
5+
dockerImageTag: 0.2.10
66
dockerRepository: airbyte/source-aircall
77
githubIssueLabel: source-aircall
88
icon: aircall.svg

airbyte-integrations/connectors/source-aircall/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-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.9"
6+
version = "0.2.10"
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.10 | 2024-08-03 | [43101](https://github.com/airbytehq/airbyte/pull/43101) | Update dependencies |
7677
| 0.2.9 | 2024-07-27 | [42743](https://github.com/airbytehq/airbyte/pull/42743) | Update dependencies |
7778
| 0.2.8 | 2024-07-20 | [42357](https://github.com/airbytehq/airbyte/pull/42357) | Update dependencies |
7879
| 0.2.7 | 2024-07-13 | [41708](https://github.com/airbytehq/airbyte/pull/41708) | Update dependencies |

0 commit comments

Comments
 (0)