Skip to content

Commit 9292d86

Browse files
authored
🐙 source-adjust: run up-to-date pipeline [2024-08-12] (#43828)
1 parent 9b65b88 commit 9292d86

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
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.14
8+
dockerImageTag: 0.1.15
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

+3-3
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.14"
6+
version = "0.1.15"
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.15 | 2024-08-12 | [43828](https://github.com/airbytehq/airbyte/pull/43828) | Update dependencies |
4546
| 0.1.14 | 2024-08-10 | [43492](https://github.com/airbytehq/airbyte/pull/43492) | Update dependencies |
4647
| 0.1.13 | 2024-08-03 | [43055](https://github.com/airbytehq/airbyte/pull/43055) | Update dependencies |
4748
| 0.1.12 | 2024-07-27 | [42698](https://github.com/airbytehq/airbyte/pull/42698) | Update dependencies |

0 commit comments

Comments
 (0)