Skip to content

Commit 911dc70

Browse files
committed
bump connector version
1 parent 9508f61 commit 911dc70

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

airbyte-config/init/src/main/resources/seed/source_definitions.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@
356356
- name: Intercom
357357
sourceDefinitionId: d8313939-3782-41b0-be29-b3ca20d8dd3a
358358
dockerRepository: airbyte/source-intercom
359-
dockerImageTag: 0.1.14
359+
dockerImageTag: 0.1.15
360360
documentationUrl: https://docs.airbyte.io/integrations/sources/intercom
361361
icon: intercom.svg
362362
sourceType: api

airbyte-config/init/src/main/resources/seed/source_specs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3588,7 +3588,7 @@
35883588
oauthFlowInitParameters: []
35893589
oauthFlowOutputParameters:
35903590
- - "access_token"
3591-
- dockerImage: "airbyte/source-intercom:0.1.14"
3591+
- dockerImage: "airbyte/source-intercom:0.1.15"
35923592
spec:
35933593
documentationUrl: "https://docs.airbyte.io/integrations/sources/intercom"
35943594
connectionSpecification:

airbyte-integrations/connectors/source-intercom/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ COPY source_intercom ./source_intercom
3535
ENV AIRBYTE_ENTRYPOINT "python /airbyte/integration_code/main.py"
3636
ENTRYPOINT ["python", "/airbyte/integration_code/main.py"]
3737

38-
LABEL io.airbyte.version=0.1.14
38+
LABEL io.airbyte.version=0.1.15
3939
LABEL io.airbyte.name=airbyte/source-intercom

docs/integrations/sources/intercom.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ Please read [How to get your Access Token](https://developers.intercom.com/build
5555

5656
| Version | Date | Pull Request | Subject |
5757
| :--- | :--- | :--- | :--- |
58+
| 0.1.15 | 2022-03-22 | [11176](https://github.com/airbytehq/airbyte/pull/11176) | Correct `check_connection` URL |
5859
| 0.1.14 | 2022-03-16 | [11208](https://github.com/airbytehq/airbyte/pull/11208) | Improve 'conversations' incremental sync speed |
5960
| 0.1.13 | 2022-01-14 | [9513](https://github.com/airbytehq/airbyte/pull/9513) | Added handling of scroll param when it expired |
6061
| 0.1.12 | 2021-12-14 | [8429](https://github.com/airbytehq/airbyte/pull/8429) | Updated fields and descriptions |

0 commit comments

Comments
 (0)