Skip to content

Commit ca24858

Browse files
committed
v0.1.3
1 parent 1cf33de commit ca24858

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
## 0.1.2 - 2016-05-24[maintenance] Small fix## 0.1.1 - 2016-05-16[maintenance] Check if table exists before creating table [#5](https://github.com/sakama/embulk-output-dynamodb/pull/5)## 0.1.0 - 2016-05-13Thanks for contribution!@joker1007 [#1](https://github.com/sakama/embulk-output-dynamodb/pull/1) [#2](https://github.com/sakama/embulk-output-dynamodb/pull/2)@satoshihirose [#3](https://github.com/sakama/embulk-output-dynamodb/pull/3)
1+
## 0.1.3 - 2016-07-11[maintenance] Fix JSON column handling(Array type) [#7](https://github.com/sakama/embulk-output-dynamodb/pull/7) @joker1007 thanks![maintenance] Add validation for auto_create_table option [#8](https://github.com/sakama/embulk-output-dynamodb/pull/8)## 0.1.2 - 2016-05-24[maintenance] Small fix## 0.1.1 - 2016-05-16[maintenance] Check if table exists before creating table [#5](https://github.com/sakama/embulk-output-dynamodb/pull/5)## 0.1.0 - 2016-05-13Thanks for contribution!@joker1007 [#1](https://github.com/sakama/embulk-output-dynamodb/pull/1) [#2](https://github.com/sakama/embulk-output-dynamodb/pull/2)@satoshihirose [#3](https://github.com/sakama/embulk-output-dynamodb/pull/3)

build.gradle

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

17-
version = "0.1.2"
17+
version = "0.1.3"
1818

1919
sourceCompatibility = 1.7
2020
targetCompatibility = 1.7

0 commit comments

Comments
 (0)