diff --git a/CHANGELOG.md b/CHANGELOG.md index ac8b3ac..0e0250a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ 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.1] - 2021-12-17 + +### Fixed +- [17](https://github.com/OSC/bc_osc_abaqus/pull/17) corrects using setting mins and maxes. + ## [0.9.0] - 2021-12-16 ### Changed - Use the new dynamic JS feature of OnDemand to control the core numbers in forms using the form.yml.erb @@ -111,7 +116,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.9.0...HEAD +[Unreleased]: https://github.com/OSC/bc_osc_abaqus/compare/v0.9.1...HEAD +[0.9.1]: https://github.com/OSC/bc_osc_abaqus/compare/v0.9.0...v0.9.1 [0.9.0]: https://github.com/OSC/bc_osc_abaqus/compare/v0.8.0...v0.9.0 [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