Skip to content

Commit c0003e5

Browse files
committed
bump version
1 parent 7071efd commit c0003e5

File tree

2 files changed

+2
-1
lines changed
  • airbyte-integrations/connectors/source-jira
  • docs/integrations/sources

2 files changed

+2
-1
lines changed

airbyte-integrations/connectors/source-jira/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ RUN pip install .
1212
ENV AIRBYTE_ENTRYPOINT "python /airbyte/integration_code/main.py"
1313
ENTRYPOINT ["python", "/airbyte/integration_code/main.py"]
1414

15-
LABEL io.airbyte.version=0.2.18
15+
LABEL io.airbyte.version=0.2.19
1616
LABEL io.airbyte.name=airbyte/source-jira

docs/integrations/sources/jira.md

+1
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ The Jira connector should not run into Jira API limitations under normal usage.
9595

9696
| Version | Date | Pull Request | Subject |
9797
| :--- | :--- | :--- | :--- |
98+
| 0.2.19 | 2022-05-04 | [\#10835](https://github.com/airbytehq/airbyte/pull/10835) | Change description for array fields |
9899
| 0.2.18 | 2021-12-23 | [\#7378](https://github.com/airbytehq/airbyte/pull/7378) | Adds experimental endpoint Pull Request |
99100
| 0.2.17 | 2021-12-23 | [\#9079](https://github.com/airbytehq/airbyte/pull/9079) | Update schema for `filters` stream + fix fetching `filters` stream |
100101
| 0.2.16 | 2021-12-21 | [\#8999](https://github.com/airbytehq/airbyte/pull/8999) | Update connector fields title/description |

0 commit comments

Comments
 (0)