Skip to content

Commit c318d9a

Browse files
authored
Merge pull request #48 from embulk/release-v0.3.2
Release v0.3.2
2 parents 7a6e564 + e5b1db5 commit c318d9a

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 0.3.2 - 2020-01-13
2+
* [maintenance] Improve base64encode method for last_path [#47](https://github.com/embulk/embulk-input-gcs/pull/47)
3+
14
## 0.3.1 - 2019-01-07
25
* [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)
36
* [new feature] Refactor to use InputStream (to replace local file download)

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.1"
23+
version = "0.3.2"
2424

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

0 commit comments

Comments
 (0)