From f3e49e38cd56fb22ebeb9b10c4c8758aa5109d4c Mon Sep 17 00:00:00 2001 From: Mougrim Date: Mon, 23 Feb 2026 21:47:22 +0200 Subject: [PATCH] v0.7.0 There are next changes: - Update minimum php version from 8.1 to 8.2 (#48) --- CHANGELOG.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b3224db..b73b315 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,11 @@ ### [Unreleased] There are next changes: -- Update minimum php version from 8.1 to 8.2 + +### [v0.7.0] + +There are next changes: +- Update minimum php version from 8.1 to 8.2 ([#48](https://github.com/mougrim/php-xdebug-proxy/pull/48)) ### [v0.6.0] @@ -88,7 +92,8 @@ There are next changes: - `\Mougrim\XdebugProxy\RequestPreparer\RequestPreparer` methods can throw `\Mougrim\XdebugProxy\RequestPreparer\Error` and `\Mougrim\XdebugProxy\RequestPreparer\Exception` if there is some problem ([#7](https://github.com/mougrim/php-xdebug-proxy/pull/7)) - now `\Mougrim\XdebugProxy\Factory\Factory::createRequestPreparers()` accepts `$logger` param and also can throw `\Mougrim\XdebugProxy\RequestPreparer\Error` and `\Mougrim\XdebugProxy\RequestPreparer\Exception` if there is some problem ([#7](https://github.com/mougrim/php-xdebug-proxy/pull/7)) -[unreleased]: https://github.com/mougrim/php-xdebug-proxy/compare/0.6.0...HEAD +[unreleased]: https://github.com/mougrim/php-xdebug-proxy/compare/0.7.0...HEAD +[v0.7.0]: https://github.com/mougrim/php-xdebug-proxy/compare/0.6.0...0.7.0 [v0.6.0]: https://github.com/mougrim/php-xdebug-proxy/compare/0.5.1...0.6.0 [v0.5.1]: https://github.com/mougrim/php-xdebug-proxy/compare/0.5.0...0.5.1 [v0.5.0]: https://github.com/mougrim/php-xdebug-proxy/compare/0.4.1...0.5.0