Skip to content

Commit fba3365

Browse files
authored
🐙 source-zoom: run up-to-date pipeline [2024-08-31] (#45037)
1 parent 15017a7 commit fba3365

File tree

4 files changed

+18
-12
lines changed

4 files changed

+18
-12
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.13
10+
dockerImageTag: 1.1.14
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

+15-10
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.13"
6+
version = "1.1.14"
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.14 | 2024-08-31 | [45037](https://github.com/airbytehq/airbyte/pull/45037) | Update dependencies |
7475
| 1.1.13 | 2024-08-24 | [44676](https://github.com/airbytehq/airbyte/pull/44676) | Update dependencies |
7576
| 1.1.12 | 2024-08-17 | [44249](https://github.com/airbytehq/airbyte/pull/44249) | Update dependencies |
7677
| 1.1.11 | 2024-08-10 | [43578](https://github.com/airbytehq/airbyte/pull/43578) | Update dependencies |

0 commit comments

Comments
 (0)