From 1dd6c2c632d6f8c8b73fddab96621f0c8d36e917 Mon Sep 17 00:00:00 2001 From: Pol Dellaiera Date: Wed, 8 Feb 2023 11:42:16 +0100 Subject: [PATCH] docs: Update changelog. --- CHANGELOG.md | 39 ++++++++++++++++++++++++++++++++++++++- 1 file changed, 38 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c2d3adb..7ba42df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,43 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [2.4.0](https://github.com/ecphp/eu-login-bundle/compare/2.3.9...2.4.0) +## [2.4.1](https://github.com/ecphp/eu-login-bundle/compare/2.5.2...2.4.1) + +### Commits + +- fix: add `__toString` method [`3eca1a5`](https://github.com/ecphp/eu-login-bundle/commit/3eca1a50383b91eddbaccc2802ac789ba8c8d177) +- chore: update LICENSE file [`d1a24b7`](https://github.com/ecphp/eu-login-bundle/commit/d1a24b7f1398c37e212b596e63db430239034ec7) +- fix: decorate the `CasUserProvider` properly [`7aa24ee`](https://github.com/ecphp/eu-login-bundle/commit/7aa24eee1b49d91f3b9839ba210a6700478cef43) +- chore: update Nix development environment [`679a4e4`](https://github.com/ecphp/eu-login-bundle/commit/679a4e46be6ba6c8b5df3699e070f8b231022937) + +## [2.5.2](https://github.com/ecphp/eu-login-bundle/compare/2.5.1...2.5.2) - 2022-12-15 + +### Commits + +- docs: Update changelog. [`ecf16cc`](https://github.com/ecphp/eu-login-bundle/commit/ecf16cc089fc8a2a49b8d88fc091dfee50126d1a) +- fix: get rid of `XML` data handling in favor of `JSON`. [`c4edf50`](https://github.com/ecphp/eu-login-bundle/commit/c4edf50954b1b9df37e069a1b2b12ce33b548547) +- sa: add `psalm` baseline [`7d3bc41`](https://github.com/ecphp/eu-login-bundle/commit/7d3bc41b6be59d086171549a2ee917f1665fe6c8) +- chore: use `ecphp/ecas` ^2.4 [`8e15da5`](https://github.com/ecphp/eu-login-bundle/commit/8e15da518966f4122a770712e6d7ae9a55705fff) + +## [2.5.1](https://github.com/ecphp/eu-login-bundle/compare/2.5.0...2.5.1) - 2022-12-15 + +### Commits + +- docs: Update changelog. [`2c88f16`](https://github.com/ecphp/eu-login-bundle/commit/2c88f1695c090d4cb4678a59dd93b45055168b95) +- fix: update services and decorators [`9696d5c`](https://github.com/ecphp/eu-login-bundle/commit/9696d5ce8e71ff6fd2970275f11bcb5ddee554c2) +- feat: add `__toString` method to `EuLoginUser`. [`cb1616d`](https://github.com/ecphp/eu-login-bundle/commit/cb1616defe2a2dcc1b5de19aaf8418d3e1a96456) +- nix: remove `-nts` prefix [`292eb2c`](https://github.com/ecphp/eu-login-bundle/commit/292eb2c2be30a052c514bd0a9aedbc4250a721eb) + +## [2.5.0](https://github.com/ecphp/eu-login-bundle/compare/2.4.0...2.5.0) - 2022-08-29 + +### Commits + +- docs: Update CHANGELOG [`4658319`](https://github.com/ecphp/eu-login-bundle/commit/4658319eb179917c3f8ba8e43faf71cc17a7a469) +- chore: Prettify codebase. [`518f195`](https://github.com/ecphp/eu-login-bundle/commit/518f195491e0130a023bfdbb3c7802c516479f68) +- refactor: Update codebase for PHP 8 and Symfony 6. [`a0e10f6`](https://github.com/ecphp/eu-login-bundle/commit/a0e10f6608e8ac34e06290cbbd83a1689c0df658) +- ci: Add `prettier` workflow. [`9de0a39`](https://github.com/ecphp/eu-login-bundle/commit/9de0a394739e8649d8ecae76f16ec76b9c3bf1d1) + +## [2.4.0](https://github.com/ecphp/eu-login-bundle/compare/2.3.9...2.4.0) - 2022-08-25 ### Merged @@ -14,6 +50,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Commits +- docs: Add changelog. [`0f408cc`](https://github.com/ecphp/eu-login-bundle/commit/0f408ccb0e394084851199fbfbe73662b0f8cdf1) - ci: Update workflows. [`109d0eb`](https://github.com/ecphp/eu-login-bundle/commit/109d0ebbcf498c664e80db32bc9a399bc1ef2682) - refactor: Update minor things. [`14bdb91`](https://github.com/ecphp/eu-login-bundle/commit/14bdb9165c3d2ac60a92008828114729f74dda05) - chore: Align static files. [`06bf12c`](https://github.com/ecphp/eu-login-bundle/commit/06bf12c822597a0c9b74f251b2057afd219e5001)