diff --git a/CHANGELOG.md b/CHANGELOG.md index e2cae40bf..a7785ac88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [0.0.5] - 2017-07-05 + ### Added - Add wallclock time limit to `OodCore::Job::Info` object. @@ -67,7 +69,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Initial release! -[Unreleased]: https://github.com/OSC/ood_core/compare/v0.0.4...HEAD +[Unreleased]: https://github.com/OSC/ood_core/compare/v0.0.5...HEAD +[0.0.5]: https://github.com/OSC/ood_core/compare/v0.0.4...v0.0.5 [0.0.4]: https://github.com/OSC/ood_core/compare/v0.0.3...v0.0.4 [0.0.3]: https://github.com/OSC/ood_core/compare/v0.0.2...v0.0.3 [0.0.2]: https://github.com/OSC/ood_core/compare/v0.0.1...v0.0.2 diff --git a/lib/ood_core/version.rb b/lib/ood_core/version.rb index c69263af8..592d89e5d 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.0.4" + VERSION = "0.0.5" end