Skip to content

Commit 1596ae0

Browse files
authored
🐙 source-outreach: run up-to-date pipeline [2024-08-17] (#44238)
1 parent 660790e commit 1596ae0

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ data:
2626
connectorSubtype: api
2727
connectorType: source
2828
definitionId: 3490c201-5d95-4783-b600-eaf07a4c7787
29-
dockerImageTag: 1.0.12
29+
dockerImageTag: 1.0.13
3030
dockerRepository: airbyte/source-outreach
3131
githubIssueLabel: source-outreach
3232
icon: outreach.svg

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

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

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

docs/integrations/sources/outreach.md

+1
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ List of available streams:
5656

5757
| Version | Date | Pull Request | Subject |
5858
| :------ |:-----------| :----- | :------ |
59+
| 1.0.13 | 2024-08-17 | [44238](https://github.com/airbytehq/airbyte/pull/44238) | Update dependencies |
5960
| 1.0.12 | 2024-08-12 | [43790](https://github.com/airbytehq/airbyte/pull/43790) | Update dependencies |
6061
| 1.0.11 | 2024-08-10 | [43648](https://github.com/airbytehq/airbyte/pull/43648) | Update dependencies |
6162
| 1.0.10 | 2024-08-08 | [41107](https://github.com/airbytehq/airbyte/pull/41107) | Fix pagination |

0 commit comments

Comments
 (0)