Skip to content

Commit 2811ff2

Browse files
authored
Merge pull request #44 from embulk/release_v0.3.1
Release v0.3.1
2 parents d456e73 + 001199c commit 2811ff2

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.3.1 - 2019-01-07
2+
* [maintenance] Updated Google Cloud Storage API Client Library from v1-rev59-1.21.0 to 1.56.0 [#40](https://github.com/embulk/embulk-input-gcs/pull/40)
3+
* [new feature] Refactor to use InputStream (to replace local file download)
4+
15
## 0.3.0 - 2018-12-26
26
* [maintenance] Use file name output feature in Embulk core to show file name in cmdout [#37](https://github.com/embulk/embulk-input-gcs/pull/37)
37

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ configurations {
2020
sourceCompatibility = 1.8
2121
targetCompatibility = 1.8
2222

23-
version = "0.3.0"
23+
version = "0.3.1"
2424

2525
// Relocate Guava packages since it's incompatible with Guava's version from Embulk
2626
shadowJar {

0 commit comments

Comments
 (0)