From 20eba1378e19be6ef7fac8290d951b0b4a6200e4 Mon Sep 17 00:00:00 2001 From: Elias Schneider Date: Sat, 22 Feb 2025 14:59:43 +0100 Subject: [PATCH] release: 0.35.1 --- .version | 2 +- CHANGELOG.md | 8 ++++++++ frontend/package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.version b/.version index 7b52f5e..731b95d 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -0.35.0 +0.35.1 diff --git a/CHANGELOG.md b/CHANGELOG.md index eb6c7fc..a55ed30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [](https://github.com/pocket-id/pocket-id/compare/v0.35.0...v) (2025-02-22) + + +### Bug Fixes + +* add validation that `PUBLIC_APP_URL` can't contain a path ([a6ae7ae](https://github.com/pocket-id/pocket-id/commit/a6ae7ae28713f7fc8018ae2aa7572986df3e1a5b)) +* binary profile picture can't be imported from LDAP ([840a672](https://github.com/pocket-id/pocket-id/commit/840a672fc35ca8476caf86d7efaba9d54bce86aa)) + ## [](https://github.com/pocket-id/pocket-id/compare/v0.34.0...v) (2025-02-19) diff --git a/frontend/package.json b/frontend/package.json index ff6737f..b7b75e0 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "pocket-id-frontend", - "version": "0.35.0", + "version": "0.35.1", "private": true, "type": "module", "scripts": {