Skip to content

Commit

Permalink
Bump version (#86)
Browse files Browse the repository at this point in the history
Co-authored-by: KrishnanG <[email protected]>
  • Loading branch information
KrisPersonal and KrishnanG authored May 23, 2022
1 parent 6e1da97 commit 41be597
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 41be597

Please sign in to comment.