Skip to content

Commit

Permalink
Bump to v2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sverhoeven committed Feb 28, 2018
1 parent 7783e93 commit a0c087c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,19 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## Unreleased

## [2.2.1] - 2018-02-28

### Changed

* Upgraded to Xenon 2.4.1

### Fixed

* slf4j multiple bindings warning
* Slurm maxtime for interactive job does not appear functional (#29)
* On InvalidLocationException return supported locations (#31)
* On UnknownPropertyException return supported props (#34)

## [2.2.0] - 2018-02-26

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

description = 'Perform files and jobs operations with Xenon library from command line'
version = '2.2.0'
version = '2.2.1'
group = 'nl.esciencecenter.xenon.cli'
mainClassName = 'nl.esciencecenter.xenon.cli.Main'
applicationName = 'xenon'
Expand Down

0 comments on commit a0c087c

Please sign in to comment.