We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70ab2c3 commit 7777811Copy full SHA for 7777811
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## 1.0.2
4
+ * Added workaround for int ID deprecation [#13](https://github.com/singer-io/tap-asana/pull/13)
5
+ * First, attempts to parse `gid` as `int` and assign it to `id` for no visible effect on the current data
6
+ * This may result in IDs being integer *or* string if Asana changes the value of `gid`
7
+
8
## 1.0.1
9
* Added custom_fields and tags to tasks schema
10
setup.py
@@ -3,7 +3,7 @@
setup(
name="tap-asana",
- version="1.0.1",
+ version="1.0.2",
description="Singer.io tap for extracting Asana data",
author="Stitch",
url="http://github.com/singer-io/tap-asana",
0 commit comments