diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a55c0d..6794ef6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,17 @@ This projects adheres to [Keep a CHANGELOG](https://keepachangelog.com/) and use _Nothing yet._ +## [v1.2.0] - 2025-11-11 + +### Changed +- Various housekeeping, including improvements to the documentation and tests. + +### Removed +- Drop support for PHP_CodeSniffer 2.x. Thanks [@jrfnl] ! [#261] + +[#261]: https://github.com/PHPCSStandards/composer-installer/pull/261 + + ## [v1.1.2] - 2025-07-17 ### Changed @@ -531,6 +542,7 @@ For this version on, this installer no longer messes with the installation paths First useable release. +[v1.2.0]: https://github.com/PHPCSStandards/composer-installer/compare/v1.1.2...v1.2.0 [v1.1.2]: https://github.com/PHPCSStandards/composer-installer/compare/v1.1.1...v1.1.2 [v1.1.1]: https://github.com/PHPCSStandards/composer-installer/compare/v1.1.0...v1.1.1 [v1.1.0]: https://github.com/PHPCSStandards/composer-installer/compare/v1.0.0...v1.1.0