diff --git a/.version b/.version index 9c6d6293..fdd3be6d 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -1.6.1 +1.6.2 diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b7489be..bec5f341 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [](https://github.com/pocket-id/pocket-id/compare/v1.6.1...v) (2025-07-09) + +### Bug Fixes + +* ensure confirmation dialog shows on top of other components ([f103a54](https://github.com/pocket-id/pocket-id/commit/f103a547904070c5b192e519c8b5a8fed9d80e96)) +* login failures on Postgres when IP is null ([#737](https://github.com/pocket-id/pocket-id/issues/737)) ([e1de593](https://github.com/pocket-id/pocket-id/commit/e1de593dcd30b7b04da3b003455134992b702595)) ## [](https://github.com/pocket-id/pocket-id/compare/v1.5.0...v) (2025-07-06) diff --git a/frontend/package.json b/frontend/package.json index 3ee09eb0..38182ba8 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "pocket-id-frontend", - "version": "1.6.1", + "version": "1.6.2", "private": true, "type": "module", "scripts": {