Skip to content

Commit 265e742

Browse files
authored
🐙 source-chargify: run up-to-date pipeline [2024-08-17] (#44230)
1 parent e1d9809 commit 265e742

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ data:
1414
connectorSubtype: api
1515
connectorType: source
1616
definitionId: 9b2d3607-7222-4709-9fa2-c2abdebbdd88
17-
dockerImageTag: 0.4.14
17+
dockerImageTag: 0.4.15
1818
dockerRepository: airbyte/source-chargify
1919
githubIssueLabel: source-chargify
2020
icon: chargify.svg

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

docs/integrations/sources/chargify.md

+1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ Please follow the [Chargify documentation for generating an API key](https://dev
4545

4646
| Version | Date | Pull Request | Subject |
4747
| :------ | :--------- | :------------------------------------------------------- | :------------------------------------------ |
48+
| 0.4.15 | 2024-08-17 | [44230](https://github.com/airbytehq/airbyte/pull/44230) | Update dependencies |
4849
| 0.4.14 | 2024-08-12 | [43775](https://github.com/airbytehq/airbyte/pull/43775) | Update dependencies |
4950
| 0.4.13 | 2024-08-10 | [43612](https://github.com/airbytehq/airbyte/pull/43612) | Update dependencies |
5051
| 0.4.12 | 2024-08-03 | [43222](https://github.com/airbytehq/airbyte/pull/43222) | Update dependencies |

0 commit comments

Comments
 (0)