Skip to content

Commit d5ed2af

Browse files
authored
🐙 source-intercom: run up-to-date pipeline [2024-08-24] (#44672)
1 parent 0e28b75 commit d5ed2af

File tree

4 files changed

+108
-17
lines changed

4 files changed

+108
-17
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ data:
1010
connectorSubtype: api
1111
connectorType: source
1212
definitionId: d8313939-3782-41b0-be29-b3ca20d8dd3a
13-
dockerImageTag: 0.6.20
13+
dockerImageTag: 0.6.21
1414
dockerRepository: airbyte/source-intercom
1515
documentationUrl: https://docs.airbyte.com/integrations/sources/intercom
1616
githubIssueLabel: source-intercom

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

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

airbyte-integrations/connectors/source-intercom/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.6.20"
6+
version = "0.6.21"
77
name = "source-intercom"
88
description = "Source implementation for Intercom Yaml."
99
authors = [ "Airbyte <[email protected]>",]

docs/integrations/sources/intercom.md

+1
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ The Intercom connector should not run into Intercom API limitations under normal
9696

9797
| Version | Date | Pull Request | Subject |
9898
|:--------|:-----------|:---------------------------------------------------------|:---------------------------------------------------------------------------------------------------------------------------------|
99+
| 0.6.21 | 2024-08-24 | [44672](https://github.com/airbytehq/airbyte/pull/44672) | Update dependencies |
99100
| 0.6.20 | 2024-08-17 | [44296](https://github.com/airbytehq/airbyte/pull/44296) | Update dependencies |
100101
| 0.6.19 | 2024-08-12 | [43878](https://github.com/airbytehq/airbyte/pull/43878) | Update dependencies |
101102
| 0.6.18 | 2024-08-10 | [43500](https://github.com/airbytehq/airbyte/pull/43500) | Update dependencies |

0 commit comments

Comments
 (0)