@@ -5,7 +5,43 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ )
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
- ## [ 2.4.0] ( https://github.com/ecphp/eu-login-bundle/compare/2.3.9...2.4.0 )
8
+ ## [ 2.4.1] ( https://github.com/ecphp/eu-login-bundle/compare/2.5.2...2.4.1 )
9
+
10
+ ### Commits
11
+
12
+ - fix: add ` __toString ` method [ ` 3eca1a5 ` ] ( https://github.com/ecphp/eu-login-bundle/commit/3eca1a50383b91eddbaccc2802ac789ba8c8d177 )
13
+ - chore: update LICENSE file [ ` d1a24b7 ` ] ( https://github.com/ecphp/eu-login-bundle/commit/d1a24b7f1398c37e212b596e63db430239034ec7 )
14
+ - fix: decorate the ` CasUserProvider ` properly [ ` 7aa24ee ` ] ( https://github.com/ecphp/eu-login-bundle/commit/7aa24eee1b49d91f3b9839ba210a6700478cef43 )
15
+ - chore: update Nix development environment [ ` 679a4e4 ` ] ( https://github.com/ecphp/eu-login-bundle/commit/679a4e46be6ba6c8b5df3699e070f8b231022937 )
16
+
17
+ ## [ 2.5.2] ( https://github.com/ecphp/eu-login-bundle/compare/2.5.1...2.5.2 ) - 2022-12-15
18
+
19
+ ### Commits
20
+
21
+ - docs: Update changelog. [ ` ecf16cc ` ] ( https://github.com/ecphp/eu-login-bundle/commit/ecf16cc089fc8a2a49b8d88fc091dfee50126d1a )
22
+ - fix: get rid of ` XML ` data handling in favor of ` JSON ` . [ ` c4edf50 ` ] ( https://github.com/ecphp/eu-login-bundle/commit/c4edf50954b1b9df37e069a1b2b12ce33b548547 )
23
+ - sa: add ` psalm ` baseline [ ` 7d3bc41 ` ] ( https://github.com/ecphp/eu-login-bundle/commit/7d3bc41b6be59d086171549a2ee917f1665fe6c8 )
24
+ - chore: use ` ecphp/ecas ` ^2.4 [ ` 8e15da5 ` ] ( https://github.com/ecphp/eu-login-bundle/commit/8e15da518966f4122a770712e6d7ae9a55705fff )
25
+
26
+ ## [ 2.5.1] ( https://github.com/ecphp/eu-login-bundle/compare/2.5.0...2.5.1 ) - 2022-12-15
27
+
28
+ ### Commits
29
+
30
+ - docs: Update changelog. [ ` 2c88f16 ` ] ( https://github.com/ecphp/eu-login-bundle/commit/2c88f1695c090d4cb4678a59dd93b45055168b95 )
31
+ - fix: update services and decorators [ ` 9696d5c ` ] ( https://github.com/ecphp/eu-login-bundle/commit/9696d5ce8e71ff6fd2970275f11bcb5ddee554c2 )
32
+ - feat: add ` __toString ` method to ` EuLoginUser ` . [ ` cb1616d ` ] ( https://github.com/ecphp/eu-login-bundle/commit/cb1616defe2a2dcc1b5de19aaf8418d3e1a96456 )
33
+ - nix: remove ` -nts ` prefix [ ` 292eb2c ` ] ( https://github.com/ecphp/eu-login-bundle/commit/292eb2c2be30a052c514bd0a9aedbc4250a721eb )
34
+
35
+ ## [ 2.5.0] ( https://github.com/ecphp/eu-login-bundle/compare/2.4.0...2.5.0 ) - 2022-08-29
36
+
37
+ ### Commits
38
+
39
+ - docs: Update CHANGELOG [ ` 4658319 ` ] ( https://github.com/ecphp/eu-login-bundle/commit/4658319eb179917c3f8ba8e43faf71cc17a7a469 )
40
+ - chore: Prettify codebase. [ ` 518f195 ` ] ( https://github.com/ecphp/eu-login-bundle/commit/518f195491e0130a023bfdbb3c7802c516479f68 )
41
+ - refactor: Update codebase for PHP 8 and Symfony 6. [ ` a0e10f6 ` ] ( https://github.com/ecphp/eu-login-bundle/commit/a0e10f6608e8ac34e06290cbbd83a1689c0df658 )
42
+ - ci: Add ` prettier ` workflow. [ ` 9de0a39 ` ] ( https://github.com/ecphp/eu-login-bundle/commit/9de0a394739e8649d8ecae76f16ec76b9c3bf1d1 )
43
+
44
+ ## [ 2.4.0] ( https://github.com/ecphp/eu-login-bundle/compare/2.3.9...2.4.0 ) - 2022-08-25
9
45
10
46
### Merged
11
47
@@ -14,6 +50,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
14
50
15
51
### Commits
16
52
53
+ - docs: Add changelog. [ ` 0f408cc ` ] ( https://github.com/ecphp/eu-login-bundle/commit/0f408ccb0e394084851199fbfbe73662b0f8cdf1 )
17
54
- ci: Update workflows. [ ` 109d0eb ` ] ( https://github.com/ecphp/eu-login-bundle/commit/109d0ebbcf498c664e80db32bc9a399bc1ef2682 )
18
55
- refactor: Update minor things. [ ` 14bdb91 ` ] ( https://github.com/ecphp/eu-login-bundle/commit/14bdb9165c3d2ac60a92008828114729f74dda05 )
19
56
- chore: Align static files. [ ` 06bf12c ` ] ( https://github.com/ecphp/eu-login-bundle/commit/06bf12c822597a0c9b74f251b2057afd219e5001 )
0 commit comments