Skip to content

Commit

Permalink
update changelog and bump version for v0.17.5 (#315)
Browse files Browse the repository at this point in the history
  • Loading branch information
johrstrom authored Aug 20, 2021
1 parent 7b00cce commit f7852dd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
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.4"
VERSION = "0.17.5"
end

0 comments on commit f7852dd

Please sign in to comment.