Skip to content

Commit 10840d3

Browse files
committed
v0.11.1
1 parent 2ab1dbd commit 10840d3

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

ChangeLog

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
Release 0.11.1 - 2020-09-04
2+
3+
* Updated embulk-util-timestamp to 0.2.1 .
4+
* Fixed a bug that incremental query with same length placeholders doesn't work.
5+
16
Release 0.11.0 - 2020-07-15
27

38
* Updated the whole build process -- using the "org.embulk.embulk-plugins" Gradle plugin, and else.

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88

99
allprojects {
1010
group = 'org.embulk.input.jdbc'
11-
version = "0.11.0"
11+
version = "0.11.1"
1212
description = "Selects records from a table."
1313
}
1414

0 commit comments

Comments
 (0)