Skip to content

Commit 6bef8c9

Browse files
authored
🐙 source-adjust: run up-to-date pipeline [2024-09-14] (#45511)
1 parent 54ee166 commit 6bef8c9

File tree

4 files changed

+24
-20
lines changed

4 files changed

+24
-20
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ data:
55
connectorSubtype: api
66
connectorType: source
77
definitionId: d3b7fa46-111b-419a-998a-d7f046f6d66d
8-
dockerImageTag: 0.1.19
8+
dockerImageTag: 0.1.20
99
dockerRepository: airbyte/source-adjust
1010
documentationUrl: https://docs.airbyte.com/integrations/sources/adjust
1111
githubIssueLabel: source-adjust

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

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

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

docs/integrations/sources/adjust.md

+1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ The source connector supports the following [sync modes](https://docs.airbyte.co
4242

4343
| Version | Date | Pull Request | Subject |
4444
|---------|------------| -------------------------------------------------------- |---------------------------------------------|
45+
| 0.1.20 | 2024-09-14 | [45511](https://github.com/airbytehq/airbyte/pull/45511) | Update dependencies |
4546
| 0.1.19 | 2024-09-07 | [45222](https://github.com/airbytehq/airbyte/pull/45222) | Update dependencies |
4647
| 0.1.18 | 2024-08-31 | [44985](https://github.com/airbytehq/airbyte/pull/44985) | Update dependencies |
4748
| 0.1.17 | 2024-08-24 | [44751](https://github.com/airbytehq/airbyte/pull/44751) | Update dependencies |

0 commit comments

Comments
 (0)