Skip to content

Commit 433afe5

Browse files
authored
Merge pull request #81 from civitaspo/rel/v0.4.0
Ship v0.4.0
2 parents a68f090 + 347b1cc commit 433afe5

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
0.4.0 (2019-10-20)
2+
==================
3+
* [Enhancement] Update dependencies: aws-sdk 1.11.587 -> 1.11.653, digdag 0.9.37 -> 0.9.39
4+
* [Fix] Fix README: athena.query> preview option is false by default
5+
* [New feature] Support auth_method: web_identity_token
6+
17
0.3.2 (2019-08-06)
28
==================
39

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ _export:
1515
repositories:
1616
- https://jitpack.io
1717
dependencies:
18-
- pro.civitaspo:digdag-operator-athena:0.3.2
18+
- pro.civitaspo:digdag-operator-athena:0.4.0
1919
athena:
2020
auth_method: profile
2121

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
}
66

77
group = 'pro.civitaspo'
8-
version = '0.3.2'
8+
version = '0.4.0'
99

1010
def digdagVersion = '0.9.39'
1111
def awsSdkVersion = "1.11.653"

example/example.dig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ _export:
44
- file://${repos}
55
# - https://jitpack.io
66
dependencies:
7-
- pro.civitaspo:digdag-operator-athena:0.3.2
7+
- pro.civitaspo:digdag-operator-athena:0.4.0
88
athena:
99
auth_method: profile
1010
value: 5

0 commit comments

Comments
 (0)