Skip to content

Commit ce52588

Browse files
authored
Merge pull request #222 from embulk/bump-up-to-v0.12.3
Bump up to v0.12.3
2 parents ebfeee4 + 219b176 commit ce52588

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

ChangeLog

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
Release 0.12.3 - 2021-08-25
2+
3+
* Add statement timeout for PostgreSQL and Redshift
4+
* Remove embulk-input-db2 and embulk-input-oracle to be externalized in other repositories
5+
6+
Release 0.12.2 - 2021-06-16
7+
8+
* Fix Exec.newSomething() to CONFIG_MAPPER_FACTORY.newSomething()
9+
110
Release 0.12.1 - 2021-05-31
211

312
* Release the JAR artifacts to Maven Central, instead of Bintray

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ plugins {
1111

1212
allprojects {
1313
group = "org.embulk"
14-
version = "0.12.2"
14+
version = "0.12.3"
1515
description = "Selects records from a table."
1616
}
1717

0 commit comments

Comments
 (0)