Skip to content

Commit

Permalink
Major version bump 2.0.0 (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
shantanu73 authored May 25, 2023
1 parent 63dd6af commit 3e5b556
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

## 2.0.0
* Incremental Exports API implementation for User's stream [#127](https://github.com/singer-io/tap-zendesk/pull/127)
## 1.7.6
* Fix Infinite Loop for Users [#103](https://github.com/singer-io/tap-zendesk/pull/103)
## 1.7.5
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

setup(name='tap-zendesk',
version='1.7.6',
version='2.0.0',
description='Singer.io tap for extracting data from the Zendesk API',
author='Stitch',
url='https://singer.io',
Expand Down

0 comments on commit 3e5b556

Please sign in to comment.