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": {