Skip to content

Commit 85402a8

Browse files
Prepare release
1 parent 2681df1 commit 85402a8

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

ChangeLog-9.2.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes are documented in this file using the [Keep a CHANGELOG](http://keepachangelog.com/) principles.
44

5+
## [9.2.32] - 2024-08-22
6+
7+
### Changed
8+
9+
* Updated dependencies (so that users that install using Composer's `--prefer-lowest` CLI option also get recent versions)
10+
511
## [9.2.31] - 2024-03-02
612

713
### Changed
@@ -511,6 +517,7 @@ All notable changes are documented in this file using the [Keep a CHANGELOG](htt
511517

512518
* This component is no longer supported on PHP 7.1
513519

520+
[9.2.32]: https://github.com/sebastianbergmann/php-code-coverage/compare/9.2.31...9.2.32
514521
[9.2.31]: https://github.com/sebastianbergmann/php-code-coverage/compare/9.2.30...9.2.31
515522
[9.2.30]: https://github.com/sebastianbergmann/php-code-coverage/compare/9.2.29...9.2.30
516523
[9.2.29]: https://github.com/sebastianbergmann/php-code-coverage/compare/9.2.28...9.2.29

src/Version.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ final class Version
2222
public static function id(): string
2323
{
2424
if (self::$version === null) {
25-
self::$version = (new VersionId('9.2.31', dirname(__DIR__)))->getVersion();
25+
self::$version = (new VersionId('9.2.32', dirname(__DIR__)))->getVersion();
2626
}
2727

2828
return self::$version;

0 commit comments

Comments
 (0)