From 4f379ec92b78c68d154d5d42fe780aa798a66b5c Mon Sep 17 00:00:00 2001 From: ErickSkrauch Date: Mon, 15 Jan 2024 01:18:34 +0100 Subject: [PATCH] Prepare 1.2.4 release --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 36eab49..360735a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [1.2.4] - 2024-01-15 ### Fixed - Bug #9: `ErickSkrauch/align_multiline_parameters` now correctly aligns variadic arguments. @@ -40,7 +42,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Added - Initial implementation (extracted from [`elyby/php-code-style`](https://github.com/elyby/php-code-style/tree/0.5.0)). -[Unreleased]: https://github.com/erickskrauch/php-cs-fixer-custom-fixers/compare/1.2.3...HEAD +[Unreleased]: https://github.com/erickskrauch/php-cs-fixer-custom-fixers/compare/1.2.4...HEAD +[1.2.4]: https://github.com/erickskrauch/php-cs-fixer-custom-fixers/compare/1.2.3...1.2.4 [1.2.3]: https://github.com/erickskrauch/php-cs-fixer-custom-fixers/compare/1.2.2...1.2.3 [1.2.2]: https://github.com/erickskrauch/php-cs-fixer-custom-fixers/compare/1.2.1...1.2.2 [1.2.1]: https://github.com/erickskrauch/php-cs-fixer-custom-fixers/compare/1.2.0...1.2.1