Skip to content

Commit

Permalink
Version bump to v2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bryantgray committed Nov 6, 2023
1 parent d948a19 commit 5013418
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 2.0.2
* Retry on responses with no JSON [#66](https://github.com/singer-io/tap-intercom/pull/66)

## 2.0.1
* Fix schema for Conversations custom_attributes field [#63](https://github.com/singer-io/tap-intercom/pull/63)

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from setuptools import setup, find_packages

setup(name='tap-intercom',
version='2.0.1',
version='2.0.2',
description='Singer.io tap for extracting data from the Intercom API',
author='[email protected]',
classifiers=['Programming Language :: Python :: 3 :: Only'],
Expand Down

0 comments on commit 5013418

Please sign in to comment.