Skip to content

Commit 643ea8e

Browse files
authored
🐙 source-zoom: run up-to-date pipeline [2024-08-17] (#44249)
1 parent 4dd196f commit 643ea8e

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ data:
77
connectorSubtype: api
88
connectorType: source
99
definitionId: cbfd9856-1322-44fb-bcf1-0b39b7a8e92e
10-
dockerImageTag: 1.1.11
10+
dockerImageTag: 1.1.12
1111
dockerRepository: airbyte/source-zoom
1212
documentationUrl: https://docs.airbyte.com/integrations/sources/zoom
1313
githubIssueLabel: source-zoom

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

docs/integrations/sources/zoom.md

+1
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ JWT Tokens are deprecated, only Server-to-Server works now. [link to Zoom](https
7171

7272
| Version | Date | Pull Request | Subject |
7373
| :------ | :--------- | :------------------------------------------------------- | :--------------------------------------------------- |
74+
| 1.1.12 | 2024-08-17 | [44249](https://github.com/airbytehq/airbyte/pull/44249) | Update dependencies |
7475
| 1.1.11 | 2024-08-10 | [43578](https://github.com/airbytehq/airbyte/pull/43578) | Update dependencies |
7576
| 1.1.10 | 2024-08-03 | [43149](https://github.com/airbytehq/airbyte/pull/43149) | Update dependencies |
7677
| 1.1.9 | 2024-07-27 | [42652](https://github.com/airbytehq/airbyte/pull/42652) | Update dependencies |

0 commit comments

Comments
 (0)