Skip to content

Commit 8720e70

Browse files
authored
🐙 source-mailersend: run up-to-date pipeline [2024-08-03] (#43086)
1 parent bf54036 commit 8720e70

File tree

4 files changed

+18
-17
lines changed

4 files changed

+18
-17
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ data:
22
connectorSubtype: api
33
connectorType: source
44
definitionId: 2707d529-3c04-46eb-9c7e-40d4038df6f7
5-
dockerImageTag: 0.1.10
5+
dockerImageTag: 0.1.11
66
dockerRepository: airbyte/source-mailersend
77
githubIssueLabel: source-mailersend
88
icon: mailersend.svg

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

docs/integrations/sources/mailersend.md

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ MailerSend has a default [rate limit](https://developers.mailersend.com/general.
2828

2929
| Version | Date | Pull Request | Subject |
3030
| :------ | :--------- | :------------------------------------------------------- | :--------------------------------------- |
31+
| 0.1.11 | 2024-08-03 | [43086](https://github.com/airbytehq/airbyte/pull/43086) | Update dependencies |
3132
| 0.1.10 | 2024-07-27 | [42700](https://github.com/airbytehq/airbyte/pull/42700) | Update dependencies |
3233
| 0.1.9 | 2024-07-20 | [42273](https://github.com/airbytehq/airbyte/pull/42273) | Update dependencies |
3334
| 0.1.8 | 2024-07-13 | [41696](https://github.com/airbytehq/airbyte/pull/41696) | Update dependencies |

0 commit comments

Comments
 (0)