From 5e1d19e0a429394f3173efa77bc55bc59b873e90 Mon Sep 17 00:00:00 2001 From: Elias Schneider Date: Thu, 26 Sep 2024 09:36:33 +0200 Subject: [PATCH] release: 0.5.3 --- .version | 2 +- CHANGELOG.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.version b/.version index cb0c939..be14282 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -0.5.2 +0.5.3 diff --git a/CHANGELOG.md b/CHANGELOG.md index e0fb8ae..ea9a8e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [](https://github.com/stonith404/pocket-id/compare/v0.5.2...v) (2024-09-26) + + +### Bug Fixes + +* add space to "Firstname" and "Lastname" label ([#31](https://github.com/stonith404/pocket-id/issues/31)) ([d6a9bb4](https://github.com/stonith404/pocket-id/commit/d6a9bb4c09efb8102da172e49c36c070b341f0fc)) +* port environment variables get ignored in caddyfile ([3c67765](https://github.com/stonith404/pocket-id/commit/3c67765992d7369a79812bc8cd216c9ba12fd96e)) + ## [](https://github.com/stonith404/pocket-id/compare/v0.5.1...v) (2024-09-19)