From e46471cc2d6eef37c43b43ccd6dba1bc3a75e898 Mon Sep 17 00:00:00 2001 From: Elias Schneider Date: Tue, 25 Feb 2025 20:34:37 +0100 Subject: [PATCH] release: 0.35.3 --- .version | 2 +- CHANGELOG.md | 8 ++++++++ frontend/package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.version b/.version index abc2aab..230be86 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -0.35.2 +0.35.3 diff --git a/CHANGELOG.md b/CHANGELOG.md index 5254c6f..5ef1f9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [](https://github.com/pocket-id/pocket-id/compare/v0.35.2...v) (2025-02-25) + + +### Bug Fixes + +* add option to manually select SMTP TLS method ([#268](https://github.com/pocket-id/pocket-id/issues/268)) ([01a9de0](https://github.com/pocket-id/pocket-id/commit/01a9de0b04512c62d0f223de33d711f93c49b9cc)) +* **ldap:** sync error if LDAP user collides with an existing user ([fde951b](https://github.com/pocket-id/pocket-id/commit/fde951b543281fedf9f602abae26b50881e3d157)) + ## [](https://github.com/pocket-id/pocket-id/compare/v0.35.1...v) (2025-02-24) diff --git a/frontend/package.json b/frontend/package.json index b81fb7c..09df9e8 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "pocket-id-frontend", - "version": "0.35.2", + "version": "0.35.3", "private": true, "type": "module", "scripts": {