diff --git a/CHANGELOG.md b/CHANGELOG.md index 39c2df9..81180c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # Changelog +## [v2.1.3] + * Fixed Tranform Issues [#84](https://github.com/singer-io/tap-jira/pull/84) ## [v2.1.2] * Added Missing Test Cases [#74](https://github.com/singer-io/tap-jira/pull/74) * Updated Project stream with new endpoint as old one is deprecated [#75](https://github.com/singer-io/tap-jira/pull/75) diff --git a/setup.py b/setup.py index bd4c83f..215ca2d 100755 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages setup(name="tap-jira", - version="2.1.2", + version="2.1.3", description="Singer.io tap for extracting data from the Jira API", author="Stitch", url="http://singer.io",