From 69afd9ad9f8f454146c5bfb5e62d9f4bf87c2270 Mon Sep 17 00:00:00 2001 From: Elias Schneider Date: Sat, 11 Jan 2025 23:46:39 +0100 Subject: [PATCH] release: 0.24.0 --- .version | 2 +- CHANGELOG.md | 13 +++++++++++++ frontend/package.json | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/.version b/.version index ca222b7..2094a10 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -0.23.0 +0.24.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 3049e03..27b6ccc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## [](https://github.com/stonith404/pocket-id/compare/v0.23.0...v) (2025-01-11) + + +### Features + +* add sorting for tables ([fd69830](https://github.com/stonith404/pocket-id/commit/fd69830c2681985e4fd3c5336a2b75c9fb7bc5d4)) + + +### Bug Fixes + +* pkce state not correctly reflected in oidc client info ([61d18a9](https://github.com/stonith404/pocket-id/commit/61d18a9d1b167ff59a59523ff00d00ca8f23258d)) +* send test email to the user that has requested it ([a649c4b](https://github.com/stonith404/pocket-id/commit/a649c4b4a543286123f4d1f3c411fe1a7e2c6d71)) + ## [](https://github.com/stonith404/pocket-id/compare/v0.22.0...v) (2025-01-03) diff --git a/frontend/package.json b/frontend/package.json index 2b2c7a6..7afbd27 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "pocket-id-frontend", - "version": "0.23.0", + "version": "0.24.0", "private": true, "scripts": { "dev": "vite dev --port 3000",