diff --git a/.version b/.version index d9df1bb..ac454c6 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -0.11.0 +0.12.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 8044083..fd4dbee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [](https://github.com/stonith404/pocket-id/compare/v0.11.0...v) (2024-10-28) + + +### Features + +* add option to disable self-account editing ([8304065](https://github.com/stonith404/pocket-id/commit/83040656525cf7b6c8f2acf416c5f8f3288f3d48)) +* add validation to custom claim input ([7bfc3f4](https://github.com/stonith404/pocket-id/commit/7bfc3f43a591287c038187ed5e782de6b9dd738b)) +* custom claims ([#53](https://github.com/stonith404/pocket-id/issues/53)) ([c056089](https://github.com/stonith404/pocket-id/commit/c056089c6043a825aaaaecf0c57454892a108f1d)) + ## [](https://github.com/stonith404/pocket-id/compare/v0.10.0...v) (2024-10-25) diff --git a/frontend/package.json b/frontend/package.json index 15cd8dd..73073be 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "pocket-id-frontend", - "version": "0.11.0", + "version": "0.12.0", "private": true, "scripts": { "dev": "vite dev --port 3000",