From 2587058dedb25a7948d9e57568a313594552f298 Mon Sep 17 00:00:00 2001 From: Elias Schneider Date: Fri, 18 Oct 2024 08:23:55 +0200 Subject: [PATCH] release: 0.9.0 --- .version | 2 +- CHANGELOG.md | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/.version b/.version index 6f4eebd..ac39a10 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -0.8.1 +0.9.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index caed03a..6a90c99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## [](https://github.com/stonith404/pocket-id/compare/v0.8.1...v) (2024-10-18) + + +### Features + +* add environment variable to change the caddy port in Docker ([ff06bf0](https://github.com/stonith404/pocket-id/commit/ff06bf0b34496ce472ba6d3ebd4ea249f21c0ec3)) +* use improve table for users and audit logs ([11ed661](https://github.com/stonith404/pocket-id/commit/11ed661f86a512f78f66d604a10c1d47d39f2c39)) + + +### Bug Fixes + +* allow copy to clipboard for client secret ([29748cc](https://github.com/stonith404/pocket-id/commit/29748cc6c7b7e5a6b54bfe837e0b1a98fa1ad594)) + ## [](https://github.com/stonith404/pocket-id/compare/v0.8.0...v) (2024-10-11)