Skip to content

Commit 7777811

Browse files
authored
Version 1.0.2 and changelog (#14)
1 parent 70ab2c3 commit 7777811

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

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+
38
## 1.0.1
49
* Added custom_fields and tags to tasks schema
510

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
setup(
55
name="tap-asana",
6-
version="1.0.1",
6+
version="1.0.2",
77
description="Singer.io tap for extracting Asana data",
88
author="Stitch",
99
url="http://github.com/singer-io/tap-asana",

0 commit comments

Comments
 (0)