diff --git a/CHANGELOG.md b/CHANGELOG.md index 68d2015..7856279 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,18 @@ For a more detailed list of all changes, click the header links for each version This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) +### [v0.9.0] – 2022-04-27 + +#### changed +Using libcosimc v0.9.0 + +#### fixed +Show missing x-value for scatter plots ([PR#201](https://github.com/open-simulation-platform/cosim-demo-app/pull/201)) + ### [v0.8.3] – 2021-11-29 #### changed -Using libcosim v0.8.3 +Using libcosimc v0.8.3 ### [v0.8.2] – 2021-10-22 @@ -22,3 +30,4 @@ First public release. [v0.8.2]: https://github.com/open-simulation-platform/cosim-demo-app/compare/v0.7.0...v0.8.2 [v0.8.3]: https://github.com/open-simulation-platform/cosim-demo-app/compare/v0.8.2...v0.8.3 +[v0.9.0]: https://github.com/open-simulation-platform/cosim-demo-app/compare/v0.8.3...v0.9.0 diff --git a/conanfile.txt b/conanfile.txt index ec5a16c..6b33aec 100644 --- a/conanfile.txt +++ b/conanfile.txt @@ -1,7 +1,7 @@ [generators] [requires] -libcosimc/0.9.0@osp/testing +libcosimc/0.9.0@osp/stable [options] libcosim:proxyfmu=True