Skip to content

Commit e9008d2

Browse files
committed
Corrected typo and release date
1 parent 4e67d5b commit e9008d2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ChangeLog

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Release 0.11.0 - 2020-11-14
1+
Release 0.11.0 - 2020-11-15
22

33
* Updated the whole build process -- using the "org.embulk.embulk-plugins" Gradle plugin, and else.
44
* Caught up with the latest API/SPI -- getLogger, Optional, BufferAllocator, and else.
@@ -9,7 +9,7 @@ Release 0.10.1 - 2019-09-06
99
* Changed the default JDBC driver for SQL Server from jTDS JDBC Driver to Microsoft JDBC Driver (@hieudion++).
1010
* embulk-input-sqlserver supported socket_timeout for Microsoft JDBC Driver.
1111

12-
Releaes 0.10.0 - 2019-05-23
12+
Release 0.10.0 - 2019-05-23
1313

1414
The following two are incompatible changes.
1515
* Requires Java 8 or later (no longer supports Java 7), and requires embulk 0.9 or later.
@@ -18,7 +18,7 @@ The following two are incompatible changes.
1818
* Enabled to execute SQL before setting up and selecting by 'before_setup' option and 'before_select' option.
1919
* Fixed missing left brace when getting empty array column in embulk-input-postgresql (@ommadawn46++).
2020

21-
Releaes 0.9.3 - 2018-08-10
21+
Release 0.9.3 - 2018-08-10
2222
* Added `use_raw_query_with_incremental` property in order to write optimized query for incremental loading.
2323

2424
Release 0.9.2 - 2018-07-03

0 commit comments

Comments
 (0)