## 0.1.0 - 2015-11-09 * [enhancement] Add retry options and retry handling [#41](https://github.com/treasure-data/embulk-input-jira/pull/41) ## 0.0.7 - 2015-10-06 * [enhancement] Supports embulk.0.7 [#40](https://github.com/treasure-data/embulk-input-jira/pull/40) * [maintenance] Reject embulk 0.6.22 [#39](https://github.com/treasure-data/embulk-input-jira/pull/39) * [maintenance] Test on multiple embulk version [#37](https://github.com/treasure-data/embulk-input-jira/pull/37) * [maintenance] Put all dependency gems into gemspec [#36](https://github.com/treasure-data/embulk-input-jira/pull/36) ## 0.0.6 - 2015-06-24 * [maintenance] String keys to symbols [#35](https://github.com/treasure-data/embulk-input-jira/pull/35) * [enhancement] Faster fetching with parallel API request [#34](https://github.com/treasure-data/embulk-input-jira/pull/34) ## 0.0.5 - 2015-06-24 **Embulk 0.6.12+ is required since this version** * [enhancement] Follow embulk 0.6.12 [#29](https://github.com/treasure-data/embulk-input-jira/pull/29) * [maintenance] Separate preview method [#32](https://github.com/treasure-data/embulk-input-jira/pull/32) * [maintenance] Restructure files [#30](https://github.com/treasure-data/embulk-input-jira/pull/30) ## 0.0.4 - 2015-06-22 * [enhancement] Add more schema generated by guess command [#27](https://github.com/treasure-data/embulk-input-jira/pull/27) ## 0.0.3 - 2015-06-12 * [enhancement] Limit records for guess and preview [#25](https://github.com/treasure-data/embulk-input-jira/pull/25) * [maintenance] Define version number as constant [#24](https://github.com/treasure-data/embulk-input-jira/pull/24) * [maintenance] Restructure file and class [#23](https://github.com/treasure-data/embulk-input-jira/pull/23) ## 0.0.2 - 2015-06-04 * [maintenance] Add release:prepare task for development [#21](https://github.com/treasure-data/embulk-input-jira/pull/21) * [enhancement] Add timeout and retry for JIRA API search [#20](https://github.com/treasure-data/embulk-input-jira/pull/20) * [enhancement] Display progress [#19](https://github.com/treasure-data/embulk-input-jira/pull/19) * [maintenance] Remove needless guessed config [#18](https://github.com/treasure-data/embulk-input-jira/pull/18) ## 0.0.1 - 2015-05-28 The first release!!