Skip to content

Commit

Permalink
Merge pull request #34 from treasure-data/v0.2.5
Browse files Browse the repository at this point in the history
Release v0.2.5
  • Loading branch information
tvhung83 authored Apr 21, 2017
2 parents 432eca6 + ef61889 commit c7378ac
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.5 - 2017-04-21
* [enhancement] Replace `thread` gem with `concurrent-ruby`, it's more robust and has better queue management [#33](https://github.com/treasure-data/embulk-input-zendesk/pull/33)

## 0.2.4 - 2017-04-20
* [fixed] Fix thread pool bottleneck [#31](https://github.com/treasure-data/embulk-input-zendesk/pull/31)

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.4"
spec.version = "0.2.5"
spec.authors = ["uu59", "muga", "sakama"]
spec.summary = "Zendesk input plugin for Embulk"
spec.description = "Loads records from Zendesk."
Expand Down

0 comments on commit c7378ac

Please sign in to comment.