From 41be5973fa4e6d33dc7e12bbff739c53c66a8581 Mon Sep 17 00:00:00 2001 From: KrisPersonal <66801357+KrisPersonal@users.noreply.github.com> Date: Mon, 23 May 2022 09:50:13 -0700 Subject: [PATCH] Bump version (#86) Co-authored-by: KrishnanG --- CHANGELOG.md | 2 ++ setup.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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",