Skip to content

Commit

Permalink
bump version and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
johrstrom committed Jul 29, 2021
1 parent 5f26816 commit d93400b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/ood_core/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module OodCore
# The current version of {OodCore}
VERSION = "0.17.2"
VERSION = "0.17.3"
end

0 comments on commit d93400b

Please sign in to comment.