Skip to content

Commit 62df199

Browse files
authored
🐙 source-mailgun: run up-to-date pipeline [2024-08-03] (#43098)
1 parent 30f92f1 commit 62df199

File tree

4 files changed

+18
-17
lines changed

4 files changed

+18
-17
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ data:
1010
connectorSubtype: api
1111
connectorType: source
1212
definitionId: 5b9cb09e-1003-4f9c-983d-5779d1b2cd51
13-
dockerImageTag: 0.2.15
13+
dockerImageTag: 0.2.16
1414
dockerRepository: airbyte/source-mailgun
1515
documentationUrl: https://docs.airbyte.com/integrations/sources/mailgun
1616
githubIssueLabel: source-mailgun

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

docs/integrations/sources/mailgun.md

+1
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ MailGun's [API reference](https://documentation.mailgun.com/en/latest/api_refere
6868

6969
| Version | Date | Pull Request | Subject |
7070
| :------ |:-----------| :------------------------------------------------------- |:--------------------------------------------------------------------------------|
71+
| 0.2.16 | 2024-08-03 | [43098](https://github.com/airbytehq/airbyte/pull/43098) | Update dependencies |
7172
| 0.2.15 | 2024-07-27 | [42716](https://github.com/airbytehq/airbyte/pull/42716) | Update dependencies |
7273
| 0.2.14 | 2024-07-20 | [42241](https://github.com/airbytehq/airbyte/pull/42241) | Update dependencies |
7374
| 0.2.13 | 2024-07-13 | [41890](https://github.com/airbytehq/airbyte/pull/41890) | Update dependencies |

0 commit comments

Comments
 (0)