From 6e44b5e367eede202da54b432d79575aac23e393 Mon Sep 17 00:00:00 2001 From: Elias Schneider Date: Mon, 20 Jan 2025 11:23:52 +0100 Subject: [PATCH] release: 0.26.0 --- .version | 2 +- CHANGELOG.md | 12 ++++++++++++ frontend/package.json | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.version b/.version index af2dabf..4e8f395 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -0.25.1 +0.26.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 05c132b..9f0b1f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## [](https://github.com/stonith404/pocket-id/compare/v0.25.1...v) (2025-01-20) + + +### Features + +* support wildcard callback URLs ([8a1db0c](https://github.com/stonith404/pocket-id/commit/8a1db0cb4a5d4b32b4fdc19d41fff688a7c71a56)) + + +### Bug Fixes + +* non LDAP users get created with a empty LDAP ID string ([3f02d08](https://github.com/stonith404/pocket-id/commit/3f02d081098ad2caaa60a56eea4705639f80d01f)) + ## [](https://github.com/stonith404/pocket-id/compare/v0.25.0...v) (2025-01-19) diff --git a/frontend/package.json b/frontend/package.json index 5fecb4c..07f1547 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "pocket-id-frontend", - "version": "0.25.1", + "version": "0.26.0", "private": true, "scripts": { "dev": "vite dev --port 3000",