Skip to content

Commit f3e49e3

Browse files
committed
v0.7.0
There are next changes: - Update minimum php version from 8.1 to 8.2 (#48)
1 parent 4a3ad8f commit f3e49e3

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@
33
### [Unreleased]
44

55
There are next changes:
6-
- Update minimum php version from 8.1 to 8.2
6+
7+
### [v0.7.0]
8+
9+
There are next changes:
10+
- Update minimum php version from 8.1 to 8.2 ([#48](https://github.com/mougrim/php-xdebug-proxy/pull/48))
711

812
### [v0.6.0]
913

@@ -88,7 +92,8 @@ There are next changes:
8892
- `\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))
8993
- 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))
9094

91-
[unreleased]: https://github.com/mougrim/php-xdebug-proxy/compare/0.6.0...HEAD
95+
[unreleased]: https://github.com/mougrim/php-xdebug-proxy/compare/0.7.0...HEAD
96+
[v0.7.0]: https://github.com/mougrim/php-xdebug-proxy/compare/0.6.0...0.7.0
9297
[v0.6.0]: https://github.com/mougrim/php-xdebug-proxy/compare/0.5.1...0.6.0
9398
[v0.5.1]: https://github.com/mougrim/php-xdebug-proxy/compare/0.5.0...0.5.1
9499
[v0.5.0]: https://github.com/mougrim/php-xdebug-proxy/compare/0.4.1...0.5.0

0 commit comments

Comments
 (0)