Skip to content

Commit

Permalink
Release v0.2.12
Browse files Browse the repository at this point in the history
  • Loading branch information
tvhung83 committed Jan 4, 2019
1 parent 41aca40 commit 62e3d91
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 0.2.12 - 2019-01-04
* [enhancement] Fix performance issue [#47](https://github.com/treasure-data/embulk-input-zendesk/pull/47)

## 0.2.11 - 2018-15-26
* [enhancement] Rate limit is fail fast instead of retry for guess/preview mode

Expand Down
4 changes: 2 additions & 2 deletions 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.11"
spec.version = "0.2.12"
spec.authors = ["uu59", "muga", "sakama"]
spec.summary = "Zendesk input plugin for Embulk"
spec.description = "Loads records from Zendesk."
Expand All @@ -17,7 +17,7 @@ Gem::Specification.new do |spec|
spec.add_dependency 'httpclient'
spec.add_dependency 'concurrent-ruby'
spec.add_development_dependency 'embulk', ['~> 0.8.1']
spec.add_development_dependency 'bundler', ['~> 1.0']
spec.add_development_dependency 'bundler', ['~> 1.0', '< 2.0']
spec.add_development_dependency 'rake', ['>= 10.0']
spec.add_development_dependency 'pry'
spec.add_development_dependency 'test-unit', '~> 3.1.5'
Expand Down

0 comments on commit 62e3d91

Please sign in to comment.