diff --git a/.version b/.version index 78bc1ab..d9df1bb 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -0.10.0 +0.11.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index e8f3379..8044083 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## [](https://github.com/stonith404/pocket-id/compare/v0.10.0...v) (2024-10-25) + + +### Features + +* add `email_verified` claim ([5565f60](https://github.com/stonith404/pocket-id/commit/5565f60d6d62ca24bedea337e21effc13e5853a5)) + + +### Bug Fixes + +* powered by link text color in light mode ([18c5103](https://github.com/stonith404/pocket-id/commit/18c5103c20ce79abdc0f724cdedd642c09269e78)) + ## [](https://github.com/stonith404/pocket-id/compare/v0.9.0...v) (2024-10-23) diff --git a/frontend/package.json b/frontend/package.json index 359b4f0..15cd8dd 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "pocket-id-frontend", - "version": "0.10.0", + "version": "0.11.0", "private": true, "scripts": { "dev": "vite dev --port 3000",