* Deprecated `id` for `gid` [16](https://github.com/singer-io/tap-asana/pull/16)
1.0.2
* Added workaround for int ID deprecation [13](https://github.com/singer-io/tap-asana/pull/13) * First, attempts to parse `gid` as `int` and assign it to `id` for no visible effect on the current data * This may result in IDs being integer *or* string if Asana changes the value of `gid`