diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4cff5b9..f1c1e58 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.4.2" + ".": "0.5.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 11436fd..3b5eb80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.5.0](https://github.com/IBM/simrun/compare/v0.4.2...v0.5.0) (2026-07-06) + + +### Features + +* add KeyValueEditor component for managing key-value pairs in settings ([#29](https://github.com/IBM/simrun/issues/29)) ([b859070](https://github.com/IBM/simrun/commit/b85907057f6b8096c11bc7cad66c4f3691486ef7)) +* **packs:** remote packs and app level default_tags ([#27](https://github.com/IBM/simrun/issues/27)) ([5fc1708](https://github.com/IBM/simrun/commit/5fc17083ffefccdcb10ce5bd5b0085216e3b401b)) + ## [0.4.2](https://github.com/IBM/simrun/compare/v0.4.1...v0.4.2) (2026-06-25)