diff --git a/CHANGELOG.md b/CHANGELOG.md index 6141c84..7ebbfe2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 0.4.3 + * Handle empty `include_anonymous_visitors` properties from config [#111](https://github.com/singer-io/tap-pendo/pull/111) + ## 0.4.2 * Retry when the connection snaps [#98](https://github.com/singer-io/tap-pendo/pull/98) diff --git a/setup.py b/setup.py index 2e5f076..674f0de 100755 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name="tap-pendo", - version="0.4.2", + version="0.4.3", description="Singer.io tap for extracting data", author="Stitch", url="https://github.com/singer-io/tap-pendo",