From 8ad632e6c1cfa1c7f99f3a283ce56c8e30ada1e0 Mon Sep 17 00:00:00 2001 From: Elias Schneider Date: Tue, 3 Sep 2024 22:42:22 +0200 Subject: [PATCH] release: 0.4.0 --- .version | 2 +- CHANGELOG.md | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/.version b/.version index 9e11b32..1d0ba9e 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -0.3.1 +0.4.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index aed2307..a711500 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +## [](https://github.com/stonith404/pocket-id/compare/v0.3.1...v) (2024-09-03) + + +### Features + +* add setup details to oidc client details ([fd21ce5](https://github.com/stonith404/pocket-id/commit/fd21ce5aac1daeba04e4e7399a0720338ea710c2)) +* add support for more username formats ([903b0b3](https://github.com/stonith404/pocket-id/commit/903b0b39181c208e9411ee61849d2671e7c56dc5)) + + +### Bug Fixes + +* non pointer passed to create user ([e7861df](https://github.com/stonith404/pocket-id/commit/e7861df95a6beecab359d1c56f4383373f74bb73)) +* oidc client logo not displayed on authorize page ([28ed064](https://github.com/stonith404/pocket-id/commit/28ed064668afeec8f80adda59ba94f1fc2fbce17)) +* typo in hasLogo property of oidc dto ([2b9413c](https://github.com/stonith404/pocket-id/commit/2b9413c7575e1322f8547490a9b02a1836bad549)) + ## [](https://github.com/stonith404/pocket-id/compare/v0.3.0...v) (2024-08-24)