1
0
mirror of synced 2025-12-23 21:03:15 -05:00

docs(source-facebook-pages): refresh in-app documentation to reflect v24 API version (#70242)

Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Co-authored-by: kat@airbyte.io <kat@airbyte.io>
This commit is contained in:
devin-ai-integration[bot]
2025-11-27 09:39:12 -06:00
committed by GitHub
parent 2313c76a01
commit e21c11ebc1
3 changed files with 3 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ data:
connectorSubtype: api
connectorType: source
definitionId: 010eb12f-837b-4685-892d-0a39f76a98f5
dockerImageTag: 2.0.0
dockerImageTag: 2.0.1
dockerRepository: airbyte/source-facebook-pages
documentationUrl: https://docs.airbyte.com/integrations/sources/facebook-pages
githubIssueLabel: source-facebook-pages

View File

@@ -3,7 +3,7 @@ requires = [ "poetry-core>=1.0.0",]
build-backend = "poetry.core.masonry.api"
[tool.poetry]
version = "2.0.0"
version = "2.0.1"
name = "source-facebook-pages"
description = "Source implementation for Facebook Pages."
authors = [ "Airbyte <contact@airbyte.io>",]

View File

@@ -84,6 +84,7 @@ See Facebook's [documentation on rate limiting](https://developers.facebook.com/
| Version | Date | Pull Request | Subject |
|:--------|:-----------|:---------------------------------------------------------------|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| 2.0.1 | 2025-11-27 | [70242](https://github.com/airbytehq/airbyte/pull/70242) | Refresh in-app documentation to reflect v24 API version |
| 2.0.0 | 2025-11-18 | [69714](https://github.com/airbytehq/airbyte/pull/69714) | Upgrade Facebook API to v24.0 |
| 1.1.4 | 2025-07-31 | [64141](https://github.com/airbytehq/airbyte/pull/64141) | Upgrade Facebook API to v23.0 |
| 1.1.3 | 2025-07-12 | [60391](https://github.com/airbytehq/airbyte/pull/60391) | Update dependencies |