diff --git a/CHANGELOG.md b/CHANGELOG.md index 9387029..4a011d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) ================== diff --git a/README.md b/README.md index 7f7f997..05aaafc 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/build.gradle b/build.gradle index a8f3dec..e202561 100644 --- a/build.gradle +++ b/build.gradle @@ -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" diff --git a/example/example.dig b/example/example.dig index b75ae43..f9bb091 100644 --- a/example/example.dig +++ b/example/example.dig @@ -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