From 4f9b112f700a6bd5393baef4fdb12c767de3a204 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 18 Mar 2026 15:52:19 +0000 Subject: [PATCH] chore(main): release 1.0.0 --- CHANGELOG.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..fcfc546 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,22 @@ +# Changelog + +## 1.0.0 (2026-03-18) + + +### Features + +* add messenger stamp normalizers ([628bbaf](https://github.com/ckrack/messenger-logging-bundle/commit/628bbaff67a39e503a8dee3fb548b6564a2c6627)) +* create messenger logging bundle ([dfd0f03](https://github.com/ckrack/messenger-logging-bundle/commit/dfd0f03d64754e7719dd84300f9fff5ae8cb3f4a)) +* setup repository ([4bd135e](https://github.com/ckrack/messenger-logging-bundle/commit/4bd135e8f2f5715f88034fd49293dc2e18cd7df7)) + + +### Bug Fixes + +* rename parameter prefixes from c10k to ckrack in configuration files ([0fa3b5e](https://github.com/ckrack/messenger-logging-bundle/commit/0fa3b5ec77213e067200d7e0383dd0078a2fd788)) +* resolve PHPStan errors with lowest dependency versions ([28105ca](https://github.com/ckrack/messenger-logging-bundle/commit/28105caa5e20872146f88422c86f9f492b3be333)) +* resolve phpstan matrix failures ([a1c5238](https://github.com/ckrack/messenger-logging-bundle/commit/a1c523814124ab3646630604191584fca07cb7f8)) + + +### Miscellaneous Chores + +* upgrade php-cs-fixer to ^3.94 and replace deprecated PHP_CS_FIXER_IGNORE_ENV with --allow-unsupported-php-version ([59076a8](https://github.com/ckrack/messenger-logging-bundle/commit/59076a8fa5d4e90eed029975540373a703b663fc))