Skip to content

Commit

Permalink
Bump amazon ads version (#6367)
Browse files Browse the repository at this point in the history
  • Loading branch information
avida authored Sep 22, 2021
1 parent a225b06 commit e8906ea
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"sourceDefinitionId": "c6b0a29e-1da9-4512-9002-7bfd0cba2246",
"name": "Amazon Ads",
"dockerRepository": "airbyte/source-amazon-ads",
"dockerImageTag": "0.1.0",
"dockerImageTag": "0.1.1",
"documentationUrl": "https://docs.airbyte.io/integrations/sources/amazon-ads"
}
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,7 @@
- sourceDefinitionId: c6b0a29e-1da9-4512-9002-7bfd0cba2246
name: Amazon Ads
dockerRepository: airbyte/source-amazon-ads
dockerImageTag: 0.1.0
dockerImageTag: 0.1.1
documentationUrl: https://docs.airbyte.io/integrations/sources/amazon-ads
sourceType: api
- sourceDefinitionId: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ RUN pip install .
ENV AIRBYTE_ENTRYPOINT "python /airbyte/integration_code/main.py"
ENTRYPOINT ["python", "/airbyte/integration_code/main.py"]

LABEL io.airbyte.version=0.1.0
LABEL io.airbyte.version=0.1.1
LABEL io.airbyte.name=airbyte/source-amazon-ads
1 change: 1 addition & 0 deletions docs/integrations/sources/amazon-ads.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,5 @@ Start date used for generating reports starting from the specified start date. S

| Version | Date | Pull Request | Subject |
| :------ | :-------- | :----- | :------ |
| `0.1.1` | 2021-09-22 | [#6367](https://github.com/airbytehq/airbyte/pull/6367) | `Add seller and vendor filters to profiles stream` |
| `0.1.0` | 2021-08-13 | [#5023](https://github.com/airbytehq/airbyte/pull/5023) | `Initial version` |

0 comments on commit e8906ea

Please sign in to comment.