Skip to content

Commit

Permalink
Merge pull request #68 from civitaspo/rel/v0.2.5
Browse files Browse the repository at this point in the history
Ship v0.2.5
  • Loading branch information
civitaspo authored Jul 29, 2019
2 parents bd7f04c + 4ef015b commit 5bc5f1e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
0.2.5 (2019-07-29)
==================

* [Fix] Catch any initialization exception and re-throw as `ConfigException`

0.2.4 (2019-07-29)
==================

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ _export:
repositories:
- https://jitpack.io
dependencies:
- pro.civitaspo:digdag-operator-athena:0.2.4
- pro.civitaspo:digdag-operator-athena:0.2.5
athena:
auth_method: profile

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group = 'pro.civitaspo'
version = '0.2.4'
version = '0.2.5'

def digdagVersion = '0.9.37'
def awsSdkVersion = "1.11.587"
Expand Down
2 changes: 1 addition & 1 deletion example/example.dig
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ _export:
- file://${repos}
# - https://jitpack.io
dependencies:
- pro.civitaspo:digdag-operator-athena:0.2.4
- pro.civitaspo:digdag-operator-athena:0.2.5
athena:
auth_method: profile
value: 5
Expand Down

0 comments on commit 5bc5f1e

Please sign in to comment.