Skip to content

Commit

Permalink
release: 0.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stonith404 committed Jan 11, 2025
1 parent aff578d commit 2d2c466
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.23.0
0.24.0
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## [](https://github.com/stonith404/pocket-id/compare/v0.23.0...v) (2025-01-11)


### Features

* add sorting for tables ([aff578d](https://github.com/stonith404/pocket-id/commit/aff578d772416dcfa980b8de17362f86752f92b9))


### 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)


Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pocket-id-frontend",
"version": "0.23.0",
"version": "0.24.0",
"private": true,
"scripts": {
"dev": "vite dev --port 3000",
Expand Down

0 comments on commit 2d2c466

Please sign in to comment.