diff --git a/CHANGELOG.md b/CHANGELOG.md index 44f0dab..75dd0ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## Unreleased +## [3.0.2] - 2019-08-07 + +### Changed + +* Upgraded to Xenon cloud adaptors 3.0.2 + ## [3.0.1] - 2019-08-01 ### Changed diff --git a/build.gradle b/build.gradle index 5406c4f..c22f51b 100644 --- a/build.gradle +++ b/build.gradle @@ -19,7 +19,7 @@ plugins { } description = 'Perform files and jobs operations with Xenon library from command line' -version = '3.0.1' +version = '3.0.2' group = 'nl.esciencecenter.xenon.cli' mainClassName = 'nl.esciencecenter.xenon.cli.Main' applicationName = 'xenon' @@ -37,7 +37,7 @@ testSets { } ext.xenonLibVersion = '3.0.1' -ext.xenonCloudLibVersion = '3.0.1' +ext.xenonCloudLibVersion = '3.0.2' dependencies { // runtime group: 'ch.qos.logback', name: 'logback-classic', version: '1.2.3' diff --git a/conda/xenon-cli/meta.yaml b/conda/xenon-cli/meta.yaml index e518bc9..457eac7 100644 --- a/conda/xenon-cli/meta.yaml +++ b/conda/xenon-cli/meta.yaml @@ -1,6 +1,6 @@ package: name: xenon-cli - version: 3.0.1 + version: 3.0.2 source: path: ../../build/install/xenon-cli-shadow requirements: