From 12d60fea236318117c4c60c256c5d7de955969ac Mon Sep 17 00:00:00 2001 From: Elias Schneider Date: Mon, 3 Mar 2025 16:49:55 +0100 Subject: [PATCH] release: 0.35.6 --- .version | 2 +- CHANGELOG.md | 7 +++++++ frontend/package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.version b/.version index ff610555..dd93f5d3 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -0.35.5 +0.35.6 diff --git a/CHANGELOG.md b/CHANGELOG.md index c4252063..d60a31a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [](https://github.com/pocket-id/pocket-id/compare/v0.35.5...v) (2025-03-03) + + +### Bug Fixes + +* support `LOGIN` authentication method for SMTP ([#292](https://github.com/pocket-id/pocket-id/issues/292)) ([2d733fc](https://github.com/pocket-id/pocket-id/commit/2d733fc79faefca23d54b22768029c3ba3427410)) + ## [](https://github.com/pocket-id/pocket-id/compare/v0.35.4...v) (2025-03-03) diff --git a/frontend/package.json b/frontend/package.json index 99f64287..de3eaf22 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "pocket-id-frontend", - "version": "0.35.5", + "version": "0.35.6", "private": true, "type": "module", "scripts": {