Skip to content

Commit 255d610

Browse files
authored
🐙 source-adjust: run up-to-date pipeline [2024-08-03] (#43055)
1 parent 9e8b2ff commit 255d610

File tree

4 files changed

+18
-17
lines changed

4 files changed

+18
-17
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.12
8+
dockerImageTag: 0.1.13
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

+15-15
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.12"
6+
version = "0.1.13"
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.13 | 2024-08-03 | [43055](https://github.com/airbytehq/airbyte/pull/43055) | Update dependencies |
4546
| 0.1.12 | 2024-07-27 | [42698](https://github.com/airbytehq/airbyte/pull/42698) | Update dependencies |
4647
| 0.1.11 | 2024-07-20 | [42155](https://github.com/airbytehq/airbyte/pull/42155) | Update dependencies |
4748
| 0.1.10 | 2024-07-13 | [41852](https://github.com/airbytehq/airbyte/pull/41852) | Update dependencies |

0 commit comments

Comments
 (0)