diff --git a/.version b/.version index 9eb2aa3..be386c9 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -0.32.0 +0.33.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ce4c93..30d0d31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +## [](https://github.com/pocket-id/pocket-id/compare/v0.32.0...v) (2025-02-14) + + +### Features + +* add end session endpoint ([#232](https://github.com/pocket-id/pocket-id/issues/232)) ([7550333](https://github.com/pocket-id/pocket-id/commit/7550333fe2ff6424f3168f63c5179d76767532fd)) + + +### Bug Fixes + +* alignment of OIDC client details ([c3980d3](https://github.com/pocket-id/pocket-id/commit/c3980d3d28a7158a4dc9369af41f185b891e485e)) +* layout of OIDC client details page on mobile ([3de1301](https://github.com/pocket-id/pocket-id/commit/3de1301fa84b3ab4fff4242d827c7794d44910f2)) +* show "Sync Now" and "Test Email" button even if UI config is disabled ([4d0fff8](https://github.com/pocket-id/pocket-id/commit/4d0fff821e2245050ce631b4465969510466dfae)) + ## [](https://github.com/pocket-id/pocket-id/compare/v0.31.0...v) (2025-02-13) diff --git a/frontend/package.json b/frontend/package.json index 561aa2d..e6c89c8 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "pocket-id-frontend", - "version": "0.32.0", + "version": "0.33.0", "private": true, "type": "module", "scripts": {