Skip to content

Commit

Permalink
Release v0.3.21
Browse files Browse the repository at this point in the history
  • Loading branch information
thangnc committed Mar 2, 2018
1 parent 2a40edb commit 14d609b
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.3.21 - 2018-03-02
- Refactor code to improve performance and fix NPE with merge fields that contain case sensitive [#40](https://github.com/treasure-data/embulk-output-mailchimp/pull/40)

## 0.3.20 - 2017-10-16
- Added pagination for interest categories [#39](https://github.com/treasure-data/embulk-output-mailchimp/pull/39)
- Refactor check list id to avoid confusing when get 404 error [#38](https://github.com/treasure-data/embulk-output-mailchimp/pull/38)
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ configurations {
provided
}

version = "0.3.21.alpha.2"
version = "0.3.21"

sourceCompatibility = 1.7
targetCompatibility = 1.7
Expand Down

0 comments on commit 14d609b

Please sign in to comment.