Skip to content

Commit 4abbe75

Browse files
authored
Merge pull request #300 from PHPCSStandards/feature/changelog-phpcsextra-1.2.1
Changelog for the release of version 1.2.1
2 parents 52b5b55 + 455d6da commit 4abbe75

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,20 @@ This projects adheres to [Keep a CHANGELOG](http://keepachangelog.com/) and uses
1414

1515
_Nothing yet._
1616

17+
## [1.2.1] - 2023-12-08
18+
19+
### Changed
20+
21+
#### Other
22+
23+
* Composer: The minimum `PHP_CodeSniffer` requirement has been updated to `^3.8.0` (was `^3.7.2`). [#298]
24+
* Composer: The minimum `PHPCSUtils` requirement has been updated to `^1.0.9` (was `^1.0.8`). [#298]
25+
26+
Please ensure you run `composer update phpcsstandards/phpcsextra --with-dependencies` to benefit from this.
27+
28+
[#298]: https://github.com/PHPCSStandards/PHPCSExtra/pull/298
29+
30+
1731
## [1.2.0] - 2023-12-02
1832

1933
### Added
@@ -553,6 +567,7 @@ This initial alpha release contains the following sniffs:
553567
[php_version-config]: https://github.com/PHPCSStandards/PHP_CodeSniffer/wiki/Configuration-Options#setting-the-php-version
554568

555569
[Unreleased]: https://github.com/PHPCSStandards/PHPCSExtra/compare/stable...HEAD
570+
[1.2.1]: https://github.com/PHPCSStandards/PHPCSExtra/compare/1.2.0...1.2.1
556571
[1.2.0]: https://github.com/PHPCSStandards/PHPCSExtra/compare/1.1.2...1.2.0
557572
[1.1.2]: https://github.com/PHPCSStandards/PHPCSExtra/compare/1.1.1...1.1.2
558573
[1.1.1]: https://github.com/PHPCSStandards/PHPCSExtra/compare/1.1.0...1.1.1

0 commit comments

Comments
 (0)