From 1bc012e28436736b05933f80ce297f0d65872057 Mon Sep 17 00:00:00 2001 From: Jeff Ohrstrom Date: Tue, 19 Jan 2021 17:33:11 -0500 Subject: [PATCH] update changelog for v0.8.0 --- CHANGELOG.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f7250af..ee57066 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,13 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] -### [0.7.1] - 2020-11-22 +## [0.8.0] - 2020-01-19 +### Changed +- [12](https://github.com/OSC/bc_osc_abaqus/pull/12) changed the bc_account text field + to account which is a select widget with only valid groups as options. This also removed + owens-slurm cluster and torque related configs. + +## [0.7.1] - 2020-11-22 ### Changed - Change Slurm license to be osc in [11](https://github.com/OSC/bc_osc_abaqus/pull/11) @@ -100,7 +106,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Added - Initial release! -[Unreleased]: https://github.com/OSC/bc_osc_abaqus/compare/v0.7.1...HEAD +[Unreleased]: https://github.com/OSC/bc_osc_abaqus/compare/v0.8.0...HEAD +[0.8.0]: https://github.com/OSC/bc_osc_abaqus/compare/v0.7.1...v0.8.0 [0.7.1]: https://github.com/OSC/bc_osc_abaqus/compare/v0.7.0...v0.7.1 [0.7.0]: https://github.com/OSC/bc_osc_abaqus/compare/v0.6.0...v0.7.0 [0.6.0]: https://github.com/OSC/bc_osc_abaqus/compare/v0.5.3...v0.6.0