Skip to content

Commit

Permalink
Merge pull request #35 from civitaspo/v0.2.1
Browse files Browse the repository at this point in the history
Ship v0.2.1
  • Loading branch information
civitaspo authored Sep 12, 2017
2 parents 5cb82cd + 5757b88 commit 9f38207
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
@@ -1,3 +1,8 @@
0.2.1 (2017-09-12)
==================
- [Enhancement] Support type conversion from floating point numbers to integers
- https://github.com/civitaspo/embulk-filter-expand_json/pull/33

0.2.0 (2017-07-14)
==================
- [Incompatible Change]: Remove `time_zone` option, use `default_timezone` instead and column-based timezone.
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ configurations {
provided
}

version = "0.2.0"
version = "0.2.1"
sourceCompatibility = 1.7
targetCompatibility = 1.7

Expand Down

0 comments on commit 9f38207

Please sign in to comment.