Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Verified Commit 997cc68e authored by Pol Dellaiera's avatar Pol Dellaiera
Browse files

docs: update changelog

parent 7fa65ebf
No related branches found
Tags 2.3.5
No related merge requests found
...@@ -5,10 +5,15 @@ All notable changes to this project will be documented in this file. ...@@ -5,10 +5,15 @@ 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/) 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). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [2.4.1](https://github.com/ecphp/eu-login-bundle/compare/2.5.2...2.4.1) ## [2.4.2](https://github.com/ecphp/eu-login-bundle/compare/2.5.2...2.4.2)
### Merged
- fix: add missing argument to trigger_deprecation call [`#57`](https://github.com/ecphp/eu-login-bundle/pull/57)
### Commits ### Commits
- docs: Update changelog. [`1dd6c2c`](https://github.com/ecphp/eu-login-bundle/commit/1dd6c2c632d6f8c8b73fddab96621f0c8d36e917)
- fix: add `__toString` method [`3eca1a5`](https://github.com/ecphp/eu-login-bundle/commit/3eca1a50383b91eddbaccc2802ac789ba8c8d177) - 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) - 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) - fix: decorate the `CasUserProvider` properly [`7aa24ee`](https://github.com/ecphp/eu-login-bundle/commit/7aa24eee1b49d91f3b9839ba210a6700478cef43)
...@@ -32,7 +37,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ...@@ -32,7 +37,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- feat: add `__toString` method to `EuLoginUser`. [`cb1616d`](https://github.com/ecphp/eu-login-bundle/commit/cb1616defe2a2dcc1b5de19aaf8418d3e1a96456) - 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) - 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 ## [2.5.0](https://github.com/ecphp/eu-login-bundle/compare/2.4.1...2.5.0) - 2022-08-29
### Commits ### Commits
...@@ -41,6 +46,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ...@@ -41,6 +46,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- refactor: Update codebase for PHP 8 and Symfony 6. [`a0e10f6`](https://github.com/ecphp/eu-login-bundle/commit/a0e10f6608e8ac34e06290cbbd83a1689c0df658) - 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) - ci: Add `prettier` workflow. [`9de0a39`](https://github.com/ecphp/eu-login-bundle/commit/9de0a394739e8649d8ecae76f16ec76b9c3bf1d1)
## [2.4.1](https://github.com/ecphp/eu-login-bundle/compare/2.4.0...2.4.1) - 2023-02-08
### Commits
- docs: Update changelog. [`1dd6c2c`](https://github.com/ecphp/eu-login-bundle/commit/1dd6c2c632d6f8c8b73fddab96621f0c8d36e917)
- 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.4.0](https://github.com/ecphp/eu-login-bundle/compare/2.3.9...2.4.0) - 2022-08-25 ## [2.4.0](https://github.com/ecphp/eu-login-bundle/compare/2.3.9...2.4.0) - 2022-08-25
### Merged ### Merged
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment