Skip to content

Commit

Permalink
v0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hito4t committed Sep 4, 2020
1 parent 2ab1dbd commit 10840d3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Release 0.11.1 - 2020-09-04

* Updated embulk-util-timestamp to 0.2.1 .
* Fixed a bug that incremental query with same length placeholders doesn't work.

Release 0.11.0 - 2020-07-15

* Updated the whole build process -- using the "org.embulk.embulk-plugins" Gradle plugin, and else.
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {

allprojects {
group = 'org.embulk.input.jdbc'
version = "0.11.0"
version = "0.11.1"
description = "Selects records from a table."
}

Expand Down

0 comments on commit 10840d3

Please sign in to comment.