diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2be9c43..af55ef0 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.0" + ".": "0.2.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index fe010ad..f920f0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.1](https://github.com/IBM/simrun/compare/v0.2.0...v0.2.1) (2026-06-23) + + +### Bug Fixes + +* region bug and minor UI changes ([#11](https://github.com/IBM/simrun/issues/11)) ([863a6ca](https://github.com/IBM/simrun/commit/863a6ca77baba1650a28995e794b598412070573)) + ## [0.2.0](https://github.com/IBM/simrun/compare/v0.1.0...v0.2.0) (2026-06-18)