From e4da31bb8bfaea70c4a460bd39383e9a90e61f85 Mon Sep 17 00:00:00 2001 From: Jeff Ohrstrom <johrstrom@hotmail.com> Date: Wed, 20 Jan 2021 09:59:13 -0500 Subject: [PATCH] update changelog for v0.9.0 --- CHANGELOG.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 236efb0..f87bca8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ 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.9.0] - 2021-01-20 +### Added +- [13](https://github.com/OSC/bc_osc_matlab/pull/13) + - removed owens-slurm and torque related configurations + - changed account to be a select widget with only valid groups as options + ## [0.8.0] - 2020-11-18 ### Added - Added owens-slurm cluster to being migrating Owens to Slurm in @@ -76,8 +82,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Added - Initial release! -[Unreleased]: https://github.com/OSC/bc_osc_matlab/compare/v0.8.0...HEAD -[0.7.0]: https://github.com/OSC/bc_osc_matlab/compare/v0.7.0...v0.8.0 +[Unreleased]: https://github.com/OSC/bc_osc_matlab/compare/v0.9.0...HEAD +[0.9.0]: https://github.com/OSC/bc_osc_matlab/compare/v0.8.0...v0.9.0 +[0.8.0]: https://github.com/OSC/bc_osc_matlab/compare/v0.7.0...v0.8.0 [0.7.0]: https://github.com/OSC/bc_osc_matlab/compare/v0.6.1...v0.7.0 [0.6.1]: https://github.com/OSC/bc_osc_matlab/compare/v0.6.0...v0.6.1 [0.6.0]: https://github.com/OSC/bc_osc_matlab/compare/v0.5.1...v0.6.0 -- GitLab