diff --git a/CHANGELOG.md b/CHANGELOG.md index f87bca884d94b8b190a821ab5da95d5b7d01365a..4ec6ebf299b0c41a5c2257a27489cc1c04e1394a 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.10.0] - 2021-12-10 +### Added +- [15](https://github.com/OSC/bc_osc_matlab/pull/15) + - Enabled the Pitzer Cluster in Matlab along with the related selection configurations. + - Migrated all select functionality to the new Dynamic JS select functionality. + ## [0.9.0] - 2021-01-20 ### Added - [13](https://github.com/OSC/bc_osc_matlab/pull/13) @@ -82,7 +88,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_matlab/compare/v0.9.0...HEAD +[Unreleased]: https://github.com/OSC/bc_osc_matlab/compare/v0.10.0...HEAD +[0.10.0]: https://github.com/OSC/bc_osc_matlab/compare/v0.9.0...v0.10.0 [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