From 0601542bb43ae54cd7b91e4a15417481df76ff3c Mon Sep 17 00:00:00 2001 From: Jeff Ohrstrom Date: Thu, 29 Jul 2021 13:41:28 -0400 Subject: [PATCH] update changelog and verison for v0.17.4 --- CHANGELOG.md | 9 +++++++-- lib/ood_core/version.rb | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 25c30f70b..c35918da7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [0.17.4] - 7-29-2021 + +Functionally the same as [0.17.3] but with some CI updates. + ## [0.17.3] - 7-29-2021 ### Fixed @@ -370,8 +374,9 @@ 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.3...HEAD -[0.17.3]: https://github.com/OSC/ood_core/compare/v0.17.3...v0.17.2 +[Unreleased]: https://github.com/OSC/ood_core/compare/v0.17.4...HEAD +[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 [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 diff --git a/lib/ood_core/version.rb b/lib/ood_core/version.rb index b5d2e4838..80fe9bba0 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.17.3" + VERSION = "0.17.4" end