diff --git a/.version b/.version index 2094a10..48b91fd 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -0.24.0 +0.24.1 diff --git a/CHANGELOG.md b/CHANGELOG.md index 27b6ccc..29f2ad9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [](https://github.com/stonith404/pocket-id/compare/v0.24.0...v) (2025-01-13) + + +### Bug Fixes + +* audit log table overflow if row data is long ([4d337a2](https://github.com/stonith404/pocket-id/commit/4d337a20c5cb92ef80bb7402f9b99b08e3ad0b6b)) +* optional arguments not working with `create-one-time-access-token.sh` ([8885571](https://github.com/stonith404/pocket-id/commit/888557171d61589211b10f70dce405126216ad61)) +* remove restrictive validation for group names ([be6e25a](https://github.com/stonith404/pocket-id/commit/be6e25a167de8bf07075b46f09d9fc1fa6c74426)) + ## [](https://github.com/stonith404/pocket-id/compare/v0.23.0...v) (2025-01-11) diff --git a/frontend/package.json b/frontend/package.json index 7afbd27..69a1b21 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "pocket-id-frontend", - "version": "0.24.0", + "version": "0.24.1", "private": true, "scripts": { "dev": "vite dev --port 3000",