Skip to content

Commit

Permalink
v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
uu59 committed Jan 6, 2016
1 parent b7b26f2 commit 1da4a6d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
## 0.2.1 - 2016-01-06

- Logging API request/response [#5](https://github.com/treasure-data/embulk-output-mailchimp/pull/5)
- Default `double_optin` to be `false` [#6](https://github.com/treasure-data/embulk-output-mailchimp/pull/6)
- Fixed when non-string groups given [#7](https://github.com/treasure-data/embulk-output-mailchimp/pull/7)
2 changes: 1 addition & 1 deletion embulk-output-mailchimp.gemspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Gem::Specification.new do |spec|
spec.name = "embulk-output-mailchimp"
spec.version = "0.2.0"
spec.version = "0.2.1"
spec.authors = ["uu59", "takkanm"]
spec.summary = "Mailchimp output plugin for Embulk"
spec.description = "Dumps records to Mailchimp."
Expand Down

0 comments on commit 1da4a6d

Please sign in to comment.