diff --git a/airbyte-integrations/connectors/destination-hubspot/gradle.properties b/airbyte-integrations/connectors/destination-hubspot/gradle.properties index 535b4d04255c..d3d573300491 100644 --- a/airbyte-integrations/connectors/destination-hubspot/gradle.properties +++ b/airbyte-integrations/connectors/destination-hubspot/gradle.properties @@ -1,2 +1,2 @@ testExecutionConcurrency=-1 -cdkVersion=0.1.61 +cdkVersion=0.1.81 diff --git a/airbyte-integrations/connectors/destination-hubspot/metadata.yaml b/airbyte-integrations/connectors/destination-hubspot/metadata.yaml index 343ee531d0b7..91e76a790e20 100644 --- a/airbyte-integrations/connectors/destination-hubspot/metadata.yaml +++ b/airbyte-integrations/connectors/destination-hubspot/metadata.yaml @@ -12,7 +12,7 @@ data: connectorSubtype: api connectorType: destination definitionId: c8ccd253-8525-4bbd-801c-f0b84ac71f61 - dockerImageTag: 0.0.8 + dockerImageTag: 0.0.9 dockerRepository: airbyte/destination-hubspot githubIssueLabel: destination-hubspot icon: hubspot.svg diff --git a/docs/integrations/destinations/hubspot.md b/docs/integrations/destinations/hubspot.md index 5273b5074342..a92e6e1d66dc 100644 --- a/docs/integrations/destinations/hubspot.md +++ b/docs/integrations/destinations/hubspot.md @@ -101,6 +101,7 @@ Hubspot has **scopes** for each API call. Each stream is tied to a scope and wil | Version | Date | Pull Request | Subject | |:--------|:-----------|:----------------------------------------------------------------|:------------------------------------------| +| 0.0.9 | 2025-12-01 | [70266](https://github.com/airbytehq/airbyte/pull/70266) | Upgrade to Bulk CDK 0.1.81. | | 0.0.8 | 2025-11-01 | [69131](https://github.com/airbytehq/airbyte/pull/69131) | Upgrade to Bulk CDK 0.1.61. | | 0.0.7 | 2025-09-24 | [66684](https://github.com/airbytehq/airbyte/pull/66684) | Pin to CDK artifact | | 0.0.6 | 2025-09-09 | [65986](https://github.com/airbytehq/airbyte/pull/65986) | Adding product object |