Skip to content

Commit 68d80bb

Browse files
authored
bump version (singer-io#72)
1 parent 7fd23cf commit 68d80bb

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

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+
36
## 1.0.5
47
* Handles null `add_time` for deals when retrieving IDs [#67](https://github.com/singer-io/tap-pipedrive/pull/67)
58

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33

44
setup(name="tap-pipedrive",
5-
version="1.0.5",
5+
version="1.0.6",
66
description="Singer.io tap for extracting data from the Pipedrive API",
77
author="Stitch",
88
author_email="[email protected]",

0 commit comments

Comments
 (0)