From 24c291ae86eeece945be4ba539717b669686d8df Mon Sep 17 00:00:00 2001 From: rdeshmukh15 <107538720+rdeshmukh15@users.noreply.github.com> Date: Wed, 8 May 2024 18:59:42 +0530 Subject: [PATCH] bump version changes (#74) --- CHANGELOG.md | 5 +++++ setup.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 33f65fa..a9f21dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/setup.py b/setup.py index 2412bb3..4371c17 100644 --- a/setup.py +++ b/setup.py @@ -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='jeff.huth@bytecode.io', classifiers=['Programming Language :: Python :: 3 :: Only'],