diff --git a/CHANGELOG.md b/CHANGELOG.md index d22a27b4..8c2d4cc3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.10.50](https://github.com/php-testo/testo/compare/0.10.49...0.10.50) (2026-09-21) + + +### Bug Fixes + +* **core:** announce messenger events on the dispatcher of the open container scope ([#347](https://github.com/php-testo/testo/issues/347)) ([a53fe83](https://github.com/php-testo/testo/commit/a53fe83353a1a984e313fbb949b1d0d6a9a27efd)) + ## [0.10.49](https://github.com/php-testo/testo/compare/0.10.48...0.10.49) (2026-09-19) diff --git a/resources/version.json b/resources/version.json index 213cdefd..bf00175b 100644 --- a/resources/version.json +++ b/resources/version.json @@ -1,5 +1,5 @@ { - ".": "0.10.49", + ".": "0.10.50", "plugin/repeat": "0.1.9", "plugin/convention": "0.1.5", "plugin/lifecycle": "0.1.7",