diff --git a/CHANGELOG.md b/CHANGELOG.md index b5ec6fb78..25c30f70b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [0.17.3] - 7-29-2021 + +### Fixed + +- Fixed handling of pods in a startup phase in [303](https://github.com/OSC/ood_core/pull/303). + +### Added + +- Enable automatic population of supplemental groups in [305](https://github.com/OSC/ood_core/pull/305). + ## [0.17.2] - 7-14-2021 ### Fixed @@ -360,7 +370,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Added - Initial release! -[Unreleased]: https://github.com/OSC/ood_core/compare/v0.17.2...HEAD +[Unreleased]: https://github.com/OSC/ood_core/compare/v0.17.3...HEAD +[0.17.3]: https://github.com/OSC/ood_core/compare/v0.17.3...v0.17.2 [0.17.2]: https://github.com/OSC/ood_core/compare/v0.17.1...v0.17.2 [0.17.1]: https://github.com/OSC/ood_core/compare/v0.17.0...v0.17.1 [0.17.0]: https://github.com/OSC/ood_core/compare/v0.16.1...v0.17.0 diff --git a/lib/ood_core/version.rb b/lib/ood_core/version.rb index 001717a80..b5d2e4838 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.2" + VERSION = "0.17.3" end