From a1131bca9a65964908d49f80c9d332cd523ab25e Mon Sep 17 00:00:00 2001 From: Elias Schneider Date: Mon, 24 Feb 2025 09:40:48 +0100 Subject: [PATCH] release: 0.35.2 --- .version | 2 +- CHANGELOG.md | 8 ++++++++ frontend/package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.version b/.version index 731b95d..abc2aab 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -0.35.1 +0.35.2 diff --git a/CHANGELOG.md b/CHANGELOG.md index a55ed30..5254c6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [](https://github.com/pocket-id/pocket-id/compare/v0.35.1...v) (2025-02-24) + + +### Bug Fixes + +* delete profile picture if user gets deleted ([9a167d4](https://github.com/pocket-id/pocket-id/commit/9a167d4076872e5e3e5d78d2a66ef7203ca5261b)) +* updating profile picture of other user updates own profile picture ([887c5e4](https://github.com/pocket-id/pocket-id/commit/887c5e462a50c8fb579ca6804f1a643d8af78fe8)) + ## [](https://github.com/pocket-id/pocket-id/compare/v0.35.0...v) (2025-02-22) diff --git a/frontend/package.json b/frontend/package.json index b7b75e0..b81fb7c 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "pocket-id-frontend", - "version": "0.35.1", + "version": "0.35.2", "private": true, "type": "module", "scripts": {