Skip to content

Commit df22e1d

Browse files
committed
v0.1.2
1 parent 48c5f83 commit df22e1d

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.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.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.1"
17+
version = "0.1.2"
1818

1919
sourceCompatibility = 1.7
2020
targetCompatibility = 1.7

0 commit comments

Comments
 (0)