Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,16 @@ This projects adheres to [Keep a CHANGELOG](http://keepachangelog.com/) and uses

_Nothing yet._

## [1.2.2] - 2024-09-10

This is a maintenance release.

### Changed
* All functionality is now also tested against PHP 8.3 and 8.4.
* Miscellaneous updates to the development environment and CI scripts, including a contribution by [@fredden].
* General housekeeping.


## [1.2.1] - 2023-01-05

### Changed
Expand Down Expand Up @@ -75,6 +85,7 @@ Initial release containing:


[Unreleased]: https://github.com/PHPCSStandards/PHPCSDevTools/compare/stable...HEAD
[1.2.2]: https://github.com/PHPCSStandards/PHPCSDevTools/compare/1.2.1...1.2.2
[1.2.1]: https://github.com/PHPCSStandards/PHPCSDevTools/compare/1.2.0...1.2.1
[1.2.0]: https://github.com/PHPCSStandards/PHPCSDevTools/compare/1.1.1...1.2.0
[1.1.1]: https://github.com/PHPCSStandards/PHPCSDevTools/compare/1.1.0...1.1.1
Expand All @@ -83,5 +94,6 @@ Initial release containing:

[Composer PHPCS plugin]: https://github.com/PHPCSStandards/composer-installer

[@dingo_d]: https://github.com/dingo-d
[@dingo_d]: https://github.com/dingo-d
[@fredden]: https://github.com/fredden
[@GaryJones]: https://github.com/GaryJones
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.1
1.2.2