Prepare changelog for 0.4.0 release
This commit is contained in:
parent
9f44a00c63
commit
3ee42c440c
1 changed files with 5 additions and 1 deletions
|
@ -6,10 +6,14 @@ 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).
|
||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
### Changed
|
### [0.4.0] - 2024-05-20
|
||||||
- HTML for client logo image is only rendered if a client application has a logo URL
|
- HTML for client logo image is only rendered if a client application has a logo URL
|
||||||
- link to client information is only rendered if a client application has a client URL
|
- link to client information is only rendered if a client application has a client URL
|
||||||
- use Consent and Deny buttons instead of a checkbox when asking for consent
|
- use Consent and Deny buttons instead of a checkbox when asking for consent
|
||||||
|
- update dependencies
|
||||||
|
- switch from logrus to slog
|
||||||
|
### Fixed
|
||||||
|
- fix subject handling for login requests
|
||||||
|
|
||||||
## [0.3.0] - 2023-08-07
|
## [0.3.0] - 2023-08-07
|
||||||
### Changed
|
### Changed
|
||||||
|
|
Loading…
Reference in a new issue