diff --git a/CHANGELOG.md b/CHANGELOG.md index f5f4c7a..1b21897 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +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.14.0] - 2022-02-8 + +### Added + +- 2021 versions in [39](https://github.com/OSC/bc_osc_ansys_workbench/pull/39). + ## [0.13.1] - 2021-12-21 ### Changed @@ -166,7 +173,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_ansys_workbench/compare/v0.13.0...HEAD +[Unreleased]: https://github.com/OSC/bc_osc_ansys_workbench/compare/v0.14.0...HEAD +[0.14.0]: https://github.com/OSC/bc_osc_ansys_workbench/compare/v0.13.1...v0.14.0 +[0.13.1]: https://github.com/OSC/bc_osc_ansys_workbench/compare/v0.13.0...v0.13.1 [0.13.0]: https://github.com/OSC/bc_osc_ansys_workbench/compare/v0.12.2...v0.13.0 [0.12.2]: https://github.com/OSC/bc_osc_ansys_workbench/compare/v0.12.1...v0.12.2 [0.12.1]: https://github.com/OSC/bc_osc_ansys_workbench/compare/v0.12.0...v0.12.1 diff --git a/form.yml.erb b/form.yml.erb index 72acc95..f903b59 100644 --- a/form.yml.erb +++ b/form.yml.erb @@ -82,10 +82,12 @@ attributes: label: "ANSYS Workbench version" help: "This defines the version of ANSYS you want to load." options: - - [ "2020R2", "ansys/2020R2" ] - - [ "2020R1", "ansys/2020R1" ] - - [ "2019R2", "ansys/2019R2" ] - - [ "2019R1", "ansys/2019R1" ] + - [ "2021 R2", "ansys/2021R2" ] + - [ "2021 R1", "ansys/2021R1" ] + - [ "2020 R2", "ansys/2020R2" ] + - [ "2020 R1", "ansys/2020R1" ] + - [ "2019 R2", "ansys/2019R2" ] + - [ "2019 R1", "ansys/2019R1" ] - [ "19.2", "ansys/19.2" ] - [ "19.1", "ansys/19.1" ] - [ "18.1", "ansys/18.1" ]