From dbacdb5bf0af62bfe7dea95173ee673e1c44e721 Mon Sep 17 00:00:00 2001 From: Elias Schneider Date: Sat, 3 May 2025 23:42:47 +0200 Subject: [PATCH] release: 0.51.1 --- .version | 2 +- CHANGELOG.md | 9 +++++++++ frontend/package.json | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/.version b/.version index c5d4cee3..1e0c609c 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -0.51.0 +0.51.1 diff --git a/CHANGELOG.md b/CHANGELOG.md index a8849103..ea719bbb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [](https://github.com/pocket-id/pocket-id/compare/v0.51.0...v) (2025-05-03) + + +### Bug Fixes + +* allow LDAP users to update their locale ([0b9cbf4](https://github.com/pocket-id/pocket-id/commit/0b9cbf47e36a332cfd854aa92e761264fb3e4795)) +* last name still showing as required on account form ([#492](https://github.com/pocket-id/pocket-id/issues/492)) ([cf3fe0b](https://github.com/pocket-id/pocket-id/commit/cf3fe0be84f6365f5d4eb08c1b47905962a48a0d)) +* non admin users weren't able to call the end session endpoint ([6bd6cef](https://github.com/pocket-id/pocket-id/commit/6bd6cefaa6dc571a319a6a1c2b2facc2404eadd3)) + ## [](https://github.com/pocket-id/pocket-id/compare/v0.50.0...v) (2025-04-28) diff --git a/frontend/package.json b/frontend/package.json index 588d61d4..1c41f8c4 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "pocket-id-frontend", - "version": "0.51.0", + "version": "0.51.1", "private": true, "type": "module", "scripts": {