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
2 changes: 1 addition & 1 deletion airbyte-integrations/connectors/source-tempo/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ data:
connectorSubtype: api
connectorType: source
definitionId: d1aa448b-7c54-498e-ad95-263cbebcd2db
dockerImageTag: 0.3.13
dockerImageTag: 0.3.14
dockerRepository: airbyte/source-tempo
documentationUrl: https://docs.airbyte.com/integrations/sources/tempo
githubIssueLabel: source-tempo
Expand Down
6 changes: 3 additions & 3 deletions airbyte-integrations/connectors/source-tempo/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.3.13"
version = "0.3.14"
name = "source-tempo"
description = "Source implementation for tempo."
authors = [ "Airbyte <contact@airbyte.io>",]
Expand Down
1 change: 1 addition & 0 deletions docs/integrations/sources/tempo.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ If there are more endpoints you'd like Airbyte to support, please [create an iss

| Version | Date | Pull Request | Subject |
| :------ | :--------- | :------------------------------------------------------- | :-------------------------------------------------------- |
| 0.3.14 | 2024-08-12 | [43843](https://github.com/airbytehq/airbyte/pull/43843) | Update dependencies |
| 0.3.13 | 2024-08-10 | [43466](https://github.com/airbytehq/airbyte/pull/43466) | Update dependencies |
| 0.3.12 | 2024-08-03 | [43152](https://github.com/airbytehq/airbyte/pull/43152) | Update dependencies |
| 0.3.11 | 2024-07-27 | [42778](https://github.com/airbytehq/airbyte/pull/42778) | Update dependencies |
Expand Down