diff --git a/CHANGELOG.md b/CHANGELOG.md index 885c0eac3..00a5d3c29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [0.24.0] - 11-28-2023 + +- Code cleanup and separate arguments with whitespace in Fujitsu TCS adapter by @mnakao in https://github.com/OSC/ood_core/pull/808 +- Add OUT_OF_MEMORY state for Slurm by @robinkar in https://github.com/OSC/ood_core/pull/809 +- find_port: avoid infinite loop by @utkarshayachit in https://github.com/OSC/ood_core/pull/811 +- handle find_port error codes by @utkarshayachit in https://github.com/OSC/ood_core/pull/812 +- vnc: run websockify as background process by @utkarshayachit in https://github.com/OSC/ood_core/pull/813 +- Add working_dir option for Fujitsu TCS job scheduler by @mnakao in https://github.com/OSC/ood_core/pull/816 +- Minor fix for Fujitsu TCS by @mnakao in https://github.com/OSC/ood_core/pull/817 +- Update rake requirement from ~> 13.0.1 to ~> 13.1.0 by @dependabot in https://github.com/OSC/ood_core/pull/814 +- Changes default return value for cluster.batch_connect_ssh_allow? by @HazelGrant in https://github.com/OSC/ood_core/pull/818 + ## [0.23.5] - 04-10-2023 ### Fixed diff --git a/lib/ood_core/version.rb b/lib/ood_core/version.rb index 5e69ae8e8..784537d0b 100644 --- a/lib/ood_core/version.rb +++ b/lib/ood_core/version.rb @@ -1,4 +1,4 @@ module OodCore # The current version of {OodCore} - VERSION = "0.23.5" + VERSION = "0.24.0" end