Skip to content

Commit f0bc43e

Browse files
authored
🐙 source-posthog: run up-to-date pipeline [2024-09-14] (#45570)
1 parent efa3a05 commit f0bc43e

File tree

4 files changed

+21
-17
lines changed

4 files changed

+21
-17
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ data:
99
connectorSubtype: api
1010
connectorType: source
1111
definitionId: af6d50ee-dddf-4126-a8ee-7faee990774f
12-
dockerImageTag: 1.1.10
12+
dockerImageTag: 1.1.11
1313
dockerRepository: airbyte/source-posthog
1414
documentationUrl: https://docs.airbyte.com/integrations/sources/posthog
1515
githubIssueLabel: source-posthog

airbyte-integrations/connectors/source-posthog/poetry.lock

+18-15
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

docs/integrations/sources/posthog.md

+1
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ Want to use the PostHog API beyond these limits? Email Posthog at `customers@pos
7171

7272
| Version | Date | Pull Request | Subject |
7373
| :------ | :--------- | :------------------------------------------------------- | :---------------------------------------------------------------------------------------------------------------------- |
74+
| 1.1.11 | 2024-09-14 | [45570](https://github.com/airbytehq/airbyte/pull/45570) | Update dependencies |
7475
| 1.1.10 | 2024-09-07 | [45241](https://github.com/airbytehq/airbyte/pull/45241) | Update dependencies |
7576
| 1.1.9 | 2024-08-31 | [44996](https://github.com/airbytehq/airbyte/pull/44996) | Update dependencies |
7677
| 1.1.8 | 2024-08-24 | [44658](https://github.com/airbytehq/airbyte/pull/44658) | Update dependencies |

0 commit comments

Comments
 (0)