diff --git a/CHANGELOG.md b/CHANGELOG.md index 59be39b..b99723b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 2.1.6 + * Dependabot update [#107](https://github.com/singer-io/tap-jira/pull/107) + ## [v2.1.5] * Skipped the record for out of range date values [#87](https://github.com/singer-io/tap-jira/pull/87) ## [v2.1.4] @@ -65,4 +68,4 @@ * Added `jsdPublic` field to `ticket_comments` schema. ## 0.2.2 - * Fixes a pagination bug that would cause Issue and Versions to return more pages than necessary [#14](https://github.com/singer-io/tap-jira/pull/14) + * Fixes a pagination bug that would cause Issue and Versions to return more pages than necessary [#14](https://github.com/singer-io/tap-jira/pull/14) \ No newline at end of file diff --git a/setup.py b/setup.py old mode 100755 new mode 100644 index d07da63..053cbe4 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages setup(name="tap-jira", - version="2.1.5", + version="2.1.6", description="Singer.io tap for extracting data from the Jira API", author="Stitch", url="http://singer.io", @@ -10,7 +10,7 @@ py_modules=["tap_jira"], install_requires=[ "singer-python==5.12.1", - "requests==2.20.0", + "requests==2.31.0", "dateparser" ], extras_require={ @@ -29,4 +29,4 @@ "schemas": ["tap_jira/schemas/*.json"] }, include_package_data=True, -) +) \ No newline at end of file