Skip to content

Commit

Permalink
Release v0.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
tvhung83 committed Aug 3, 2017
1 parent 54ec83e commit 2049d57
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 0.2.9 - 2017-08-03
* [fixed] `start_time` is not merged to `query`, causing infinite loop [#42](https://github.com/treasure-data/embulk-input-zendesk/pull/42)

## 0.2.8 - 2017-07-28
* [fixed] Raise `DataError` instead of `TempError` after giving up for `TempError` [#40](https://github.com/treasure-data/embulk-input-zendesk/pull/40)
* [enhancement] Only rescue `TempError` when executing thread pool, only create/shutdown pool once during retry, move retry to inside of `execute_thread_pool`
Expand Down
2 changes: 1 addition & 1 deletion embulk-input-zendesk.gemspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Gem::Specification.new do |spec|
spec.name = "embulk-input-zendesk"
spec.version = "0.2.8"
spec.version = "0.2.9"
spec.authors = ["uu59", "muga", "sakama"]
spec.summary = "Zendesk input plugin for Embulk"
spec.description = "Loads records from Zendesk."
Expand Down

0 comments on commit 2049d57

Please sign in to comment.