Skip to content

Commit

Permalink
Bump to version 1.5.3 (#125)
Browse files Browse the repository at this point in the history
Co-authored-by: KrishnanG <[email protected]>
  • Loading branch information
KrisPersonal and KrishnanG authored Oct 26, 2021
1 parent 190c466 commit a332134
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,4 +1,6 @@
# Changelog
## 1.5.3
* Added a condition to make sure batches are not empty list within a given job ID

## 1.5.2
* Forces `LightningUriEvent`, `UriEvent`, `LogoutEvent`, `ReportEvent` streams to full table replication [#123](https://github.com/singer-io/tap-salesforce/pull/123)
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-salesforce',
version='1.5.2',
version='1.5.3',
description='Singer.io tap for extracting data from the Salesforce API',
author='Stitch',
url='https://singer.io',
Expand Down

0 comments on commit a332134

Please sign in to comment.