Skip to content

Commit

Permalink
update changelog and bump version, again (#332)
Browse files Browse the repository at this point in the history
  • Loading branch information
johrstrom committed Oct 18, 2021
1 parent fee69d0 commit 7505a97
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.18.1] - 10-18-2021

### Fixed

- Fixed kubernetes initialization in [331](https://github.com/OSC/ood_core/pull/331).

## [0.18.0] - 10-18-2021

### Fixed
Expand Down Expand Up @@ -405,7 +411,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.18.0...HEAD
[Unreleased]: https://github.com/OSC/ood_core/compare/v0.18.1...HEAD
[0.18.1]: https://github.com/OSC/ood_core/compare/v0.18.0...v0.18.1
[0.18.0]: https://github.com/OSC/ood_core/compare/v0.17.8...v0.18.0
[0.17.6]: https://github.com/OSC/ood_core/compare/v0.17.5...v0.17.6
[0.17.5]: https://github.com/OSC/ood_core/compare/v0.17.4...v0.17.5
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.18.0"
VERSION = "0.18.1"
end

0 comments on commit 7505a97

Please sign in to comment.