From 0c1a02e39fe9056bb163b3393369628b9f8de394 Mon Sep 17 00:00:00 2001 From: Aleksei Gagarin Date: Mon, 21 Sep 2026 12:53:35 +0400 Subject: [PATCH] chore: release 1.x --- CHANGELOG.md | 7 +++++++ resources/version.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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",