We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fd23cf commit 68d80bbCopy full SHA for 68d80bb
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Changelog
2
3
+## 1.0.6
4
+ * Use anyOf schema for a date-time field in the deals schema [#71](https://github.com/singer-io/tap-pipedrive/pull/71)
5
+
6
## 1.0.5
7
* Handles null `add_time` for deals when retrieving IDs [#67](https://github.com/singer-io/tap-pipedrive/pull/67)
8
setup.py
@@ -2,7 +2,7 @@
setup(name="tap-pipedrive",
- version="1.0.5",
+ version="1.0.6",
description="Singer.io tap for extracting data from the Pipedrive API",
author="Stitch",
author_email="[email protected]",
0 commit comments