Skip to content

Commit cbfe39d

Browse files
authored
Merge pull request #7 from civitaspo/v0.0.5
Ship v0.0.5
2 parents 5137bbe + ba305fe commit cbfe39d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHENGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
0.0.5 (2017-11-17)
2+
==================
3+
- Use traditional constructors of TimestampFormatter against Embulk core deprecation.
4+
- https://github.com/civitaspo/embulk-filter-to_json/pull/6
5+
16
0.0.4 (2016-01-25)
27
==================
38
- incompatible change: `timezone` / `format` options removed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ configurations {
1313
provided
1414
}
1515

16-
version = "0.0.4"
16+
version = "0.0.5"
1717

1818
sourceCompatibility = 1.7
1919
targetCompatibility = 1.7

0 commit comments

Comments
 (0)