diff --git a/.version b/.version index fdd3be6d..266146b8 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -1.6.2 +1.6.3 diff --git a/CHANGELOG.md b/CHANGELOG.md index bec5f341..5b811dcc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [](https://github.com/pocket-id/pocket-id/compare/v1.6.2...v) (2025-07-21) + +### Bug Fixes + +* allow passkey names up to 50 characters ([b03e91b](https://github.com/pocket-id/pocket-id/commit/b03e91b6530c2393ad20ac49aa2cb2b4962651b2)) +* ensure user inputs are normalized ([#724](https://github.com/pocket-id/pocket-id/issues/724)) ([7b4ccd1](https://github.com/pocket-id/pocket-id/commit/7b4ccd1f306f4882c52fe30133fcda114ef0d18b)) +* show rename and delete buttons for passkeys without hovering over the row ([2952b15](https://github.com/pocket-id/pocket-id/commit/2952b1575542ecd0062fe740e2d6a3caad05190d)) +* use object-contain for images on oidc-client list ([d3bc179](https://github.com/pocket-id/pocket-id/commit/d3bc1797b65ec8bc9201c55d06f3612093f3a873)) +* use user-agent for identifying known device signins ([ef1d599](https://github.com/pocket-id/pocket-id/commit/ef1d5996624fc534190f80a26f2c48bbad206f49)) ## [](https://github.com/pocket-id/pocket-id/compare/v1.6.1...v) (2025-07-09) ### Bug Fixes diff --git a/frontend/package.json b/frontend/package.json index 014c32e5..df22e6c6 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "pocket-id-frontend", - "version": "1.6.2", + "version": "1.6.3", "private": true, "type": "module", "scripts": {