Skip to content

Commit 5841f66

Browse files
authored
🐙 source-intercom: run up-to-date pipeline [2024-08-31] (#44966)
1 parent f16217b commit 5841f66

File tree

4 files changed

+29
-21
lines changed

4 files changed

+29
-21
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.7.0
13+
dockerImageTag: 0.7.1
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

+26-19
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.7.0"
6+
version = "0.7.1"
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.7.1 | 2024-08-31 | [44966](https://github.com/airbytehq/airbyte/pull/44966) | Update dependencies |
99100
| 0.7.0 | 2024-08-29 | [44911](https://github.com/airbytehq/airbyte/pull/44911) | Migrate to CDK v4 |
100101
| 0.6.21 | 2024-08-24 | [44672](https://github.com/airbytehq/airbyte/pull/44672) | Update dependencies |
101102
| 0.6.20 | 2024-08-17 | [44296](https://github.com/airbytehq/airbyte/pull/44296) | Update dependencies |

0 commit comments

Comments
 (0)