diff --git a/CHANGELOG.md b/CHANGELOG.md index c35918da7..7739c306d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [0.17.5] - 8-20-2021 + +### Fixed + +- kubernetes jobs delete without waiting in [314](https://github.com/OSC/ood_core/pull/314). + ## [0.17.4] - 7-29-2021 Functionally the same as [0.17.3] but with some CI updates. @@ -374,7 +380,8 @@ Functionally the same as [0.17.3] but with some CI updates. ### Added - Initial release! -[Unreleased]: https://github.com/OSC/ood_core/compare/v0.17.4...HEAD +[Unreleased]: https://github.com/OSC/ood_core/compare/v0.17.5...HEAD +[0.17.5]: https://github.com/OSC/ood_core/compare/v0.17.4...v0.17.5 [0.17.4]: https://github.com/OSC/ood_core/compare/v0.17.3...v0.17.4 [0.17.3]: https://github.com/OSC/ood_core/compare/v0.17.2...v0.17.3 [0.17.2]: https://github.com/OSC/ood_core/compare/v0.17.1...v0.17.2 diff --git a/lib/ood_core/version.rb b/lib/ood_core/version.rb index 80fe9bba0..870ec2f8d 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.17.4" + VERSION = "0.17.5" end