Skip to content

Commit

Permalink
bump version changes (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
rdeshmukh15 authored May 8, 2024
1 parent ee312ae commit 24c291a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 2.1.0
* Fix conversations stream bookmarking [#73](https://github.com/singer-io/tap-intercom/pull/73)
* Update conversations schema [#71](https://github.com/singer-io/tap-intercom/pull/71)
* Update contacts schema [#70](https://github.com/singer-io/tap-intercom/pull/70)

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

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.2',
version='2.1.0',
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 24c291a

Please sign in to comment.