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",