diff --git a/.version b/.version index 2157409..ca222b7 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -0.22.0 +0.23.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 9400e06..3049e03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [](https://github.com/stonith404/pocket-id/compare/v0.22.0...v) (2025-01-03) + + +### Features + +* add PKCE for non public clients ([adcf3dd](https://github.com/stonith404/pocket-id/commit/adcf3ddc6682794e136a454ef9e69ddd130626a8)) +* use same table component for OIDC client list as all other lists ([2d31fc2](https://github.com/stonith404/pocket-id/commit/2d31fc2cc9201bb93d296faae622f52c6dcdfebc)) + ## [](https://github.com/stonith404/pocket-id/compare/v0.21.0...v) (2025-01-01) diff --git a/frontend/package.json b/frontend/package.json index 2a59a53..2b2c7a6 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "pocket-id-frontend", - "version": "0.22.0", + "version": "0.23.0", "private": true, "scripts": { "dev": "vite dev --port 3000",