diff --git a/CHANGELOG.md b/CHANGELOG.md index d39529da8..25611004e 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.1.0] - 2017-07-17 + ### Changed - Setting the host in a batch_connect batch script can now be directly @@ -75,7 +77,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.5...HEAD +[Unreleased]: https://github.com/OSC/ood_core/compare/v0.1.0...HEAD +[0.1.0]: https://github.com/OSC/ood_core/compare/v0.0.5...v0.1.0 [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 diff --git a/lib/ood_core/version.rb b/lib/ood_core/version.rb index 592d89e5d..de1ec4ada 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.5" + VERSION = "0.1.0" end