Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ data:
connectorSubtype: api
connectorType: source
definitionId: d7e23ea6-d741-4314-9209-a33c91a2e945
dockerImageTag: 0.2.11
dockerImageTag: 0.2.12
dockerRepository: airbyte/source-trustpilot
githubIssueLabel: source-trustpilot
icon: trustpilot.svg
Expand Down
12 changes: 6 additions & 6 deletions airbyte-integrations/connectors/source-trustpilot/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = [ "poetry-core>=1.0.0",]
build-backend = "poetry.core.masonry.api"

[tool.poetry]
version = "0.2.11"
version = "0.2.12"
name = "source-trustpilot"
description = "Source implementation for Trustpilot."
authors = [ "Airbyte <contact@airbyte.io>",]
Expand Down
1 change: 1 addition & 0 deletions docs/integrations/sources/trustpilot.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ The Trustpilot connector should not run into any limits under normal usage. Plea

| Version | Date | Pull Request | Subject |
| :------ | :--------- | :------------------------------------------------------- | :-------------- |
| 0.2.12 | 2024-09-28 | [46134](https://github.com/airbytehq/airbyte/pull/46134) | Update dependencies |
| 0.2.11 | 2024-09-21 | [45789](https://github.com/airbytehq/airbyte/pull/45789) | Update dependencies |
| 0.2.10 | 2024-09-14 | [45558](https://github.com/airbytehq/airbyte/pull/45558) | Update dependencies |
| 0.2.9 | 2024-09-07 | [45227](https://github.com/airbytehq/airbyte/pull/45227) | Update dependencies |
Expand Down
Loading