From edfb99d221dd9667fef34cf50eacea46f0a1aff4 Mon Sep 17 00:00:00 2001 From: Elias Schneider Date: Fri, 11 Oct 2024 20:53:47 +0200 Subject: [PATCH] release: 0.8.1 --- .version | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.version b/.version index a3df0a6..6f4eebd 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -0.8.0 +0.8.1 diff --git a/CHANGELOG.md b/CHANGELOG.md index e939ecc..caed03a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [](https://github.com/stonith404/pocket-id/compare/v0.8.0...v) (2024-10-11) + + +### Bug Fixes + +* add key id to JWK ([282ff82](https://github.com/stonith404/pocket-id/commit/282ff82b0c7e2414b3528c8ca325758245b8ae61)) + ## [](https://github.com/stonith404/pocket-id/compare/v0.7.1...v) (2024-10-04)