diff --git a/.version b/.version index ac39a10..78bc1ab 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -0.9.0 +0.10.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a90c99..e8f3379 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +## [](https://github.com/stonith404/pocket-id/compare/v0.9.0...v) (2024-10-23) + + +### Features + +* add script for creating one time access token ([a1985ce](https://github.com/stonith404/pocket-id/commit/a1985ce1b200550e91c5cb42a8d19899dcec831e)) +* add version information to footer and update link if new update is available ([70ad0b4](https://github.com/stonith404/pocket-id/commit/70ad0b4f39699fd81ffdfd5c8d6839f49348be78)) + + +### Bug Fixes + +* cache version information for 3 hours ([29d632c](https://github.com/stonith404/pocket-id/commit/29d632c1514d6edacdfebe6deae4c95fc5a0f621)) +* improve text for initial admin account setup ([0a07344](https://github.com/stonith404/pocket-id/commit/0a0734413943b1fff27d8f4ccf07587e207e2189)) +* increase callback url count ([f3f0e1d](https://github.com/stonith404/pocket-id/commit/f3f0e1d56d7656bdabbd745a4eaf967f63193b6c)) +* no DTO was returned from exchange one time access token endpoint ([824c5cb](https://github.com/stonith404/pocket-id/commit/824c5cb4f3d6be7f940c1758112fbe9322df5768)) + ## [](https://github.com/stonith404/pocket-id/compare/v0.8.1...v) (2024-10-18) diff --git a/frontend/package.json b/frontend/package.json index cd9013f..359b4f0 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "pocket-id-frontend", - "version": "0.9.0", + "version": "0.10.0", "private": true, "scripts": { "dev": "vite dev --port 3000",