From a879bfa41891c54d4d62104dc5e43d9446a048b7 Mon Sep 17 00:00:00 2001 From: Elias Schneider Date: Fri, 24 Jan 2025 12:07:10 +0100 Subject: [PATCH] release: 0.27.1 --- .version | 2 +- CHANGELOG.md | 9 +++++++++ frontend/package.json | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/.version b/.version index 1b58cc1..83b4730 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -0.27.0 +0.27.1 diff --git a/CHANGELOG.md b/CHANGELOG.md index 90c82cf..5727419 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [](https://github.com/stonith404/pocket-id/compare/v0.27.0...v) (2025-01-24) + + +### Bug Fixes + +* add `__HOST` prefix to cookies ([#175](https://github.com/stonith404/pocket-id/issues/175)) ([164ce6a](https://github.com/stonith404/pocket-id/commit/164ce6a3d7fa8ae5275c94302952cf318e3b3113)) +* send hostname derived from `PUBLIC_APP_URL` with SMTP EHLO command ([397544c](https://github.com/stonith404/pocket-id/commit/397544c0f3f2b49f1f34ae53e6b9daf194d1ae28)) +* use OS hostname for SMTP EHLO message ([47c39f6](https://github.com/stonith404/pocket-id/commit/47c39f6d382c496cb964262adcf76cc8dbb96da3)) + ## [](https://github.com/stonith404/pocket-id/compare/v0.26.0...v) (2025-01-22) diff --git a/frontend/package.json b/frontend/package.json index 785f5f1..672c552 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "pocket-id-frontend", - "version": "0.27.0", + "version": "0.27.1", "private": true, "scripts": { "dev": "vite dev --port 3000",